Skip to main content

Variable: errorResponseSchema

const errorResponseSchema: ZodObject<{ error: ZodObject<{ code: ZodString; field: ZodOptional<ZodString>; message: ZodString; requestId: ZodString; retryAfter: ZodOptional<ZodNumber>; }, $strip>; }, $strip>

Defined in: src/api/schemas/error.ts:51

Error response schema.