Type Alias: ErrorResponse
type ErrorResponse = z.infer<typeof ErrorResponseSchema>;
Defined in: src/models/error-response.ts:25
AIRS API error response with optional retry-after guidance.
type ErrorResponse = z.infer<typeof ErrorResponseSchema>;
Defined in: src/models/error-response.ts:25
AIRS API error response with optional retry-after guidance.