Class: ApiError
@orderly.network/types.ApiErrorHierarchy
-
Error↳ApiError
Table of contents
Constructors
Properties
Constructors
constructor
• new ApiError(message, code)
Parameters
| Name | Type |
|---|---|
message | string |
code | number |
Overrides
Error.constructorDefined in
packages/types/src/errors.ts:2Properties
code
•Private Readonly code: number
Defined in
packages/types/src/errors.ts:2message
• message:string
Inherited from
Error.messageDefined in
node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts:1068name
• name:string
Inherited from
Error.nameDefined in
node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts:1067stack
•Optional stack: string