ApiError
@raizfc/contracts / ApiError
Type Alias: ApiError
ApiError =
Readonly<{code:ApiErrorCode;details?:Readonly<Record<string,unknown>>;fieldErrors?: readonlyApiFieldError[];message:string;retryAfterSeconds?:number; }>
Defined in: errors.ts:130