Modern React Template - v0.0.10
GitHub
Preparing search index...
schemas/api
apiErrorSchema
Variable apiErrorSchema
Const
apiErrorSchema
:
ZodObject
<
{
code
:
ZodOptional
<
ZodString
>
;
details
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodUnknown
>
>
;
message
:
ZodString
;
}
,
$strip
,
>
= ...
API Error Schema
Validates error responses from the API.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Modern React Template - v0.0.10
Loading...
API Error Schema
Validates error responses from the API.