Class: ApiError
Defined in: packages/api-client/src/api.ts:12
Extends
Error
Constructors
Constructor
new ApiError(
status,message,detail?):ApiError
Defined in: packages/api-client/src/api.ts:13
Parameters
status
number
message
string
detail?
string
The response body's detail, when it was a string (e.g. a guard refusal to surface inline).
Returns
ApiError
Overrides
Error.constructor
Properties
cause?
optionalcause?:unknown
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
Error.cause
detail?
readonlyoptionaldetail?:string
Defined in: packages/api-client/src/api.ts:17
The response body's detail, when it was a string (e.g. a guard refusal to surface inline).
message
message:
string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Error.message
name
name:
string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Error.name
stack?
optionalstack?:string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
Error.stack
status
readonlystatus:number
Defined in: packages/api-client/src/api.ts:14