Classes
Orderly network types.SDKError
Orderly SDKs / Modules / @orderly.network/types / SDKError
Class: SDKError
@orderly.network/types.SDKError
Hierarchy
-
Error
↳
SDKError
Table of contents
Constructors
Properties
Constructors
constructor
• new SDKError(message
)
Parameters
Name | Type |
---|---|
message | string |
Overrides
Error.constructor
Defined in
packages/types/src/errors.ts:9
Properties
message
• message: string
Inherited from
Error.message
Defined in
node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts:1068
name
• name: string
Inherited from
Error.name
Defined in
node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts:1067
stack
• Optional
stack: string
Inherited from
Error.stack
Defined in
node_modules/.pnpm/typescript@5.1.6/node_modules/typescript/lib/lib.es5.d.ts:1069