Class: NexatronError
Defined in: sdk/src/client.ts:17
Error thrown by the Nexatron SDK. Carries the underlying HTTP status when available.
Extends
Error
Constructors
Constructor
new NexatronError(
message,options?):NexatronError
Defined in: sdk/src/client.ts:22
Parameters
message
string
options?
cause?
unknown
retryable?
boolean
status?
number
Returns
NexatronError
Overrides
Error.constructor
Properties
cause?
readonlyoptionalcause?:unknown
Defined in: sdk/src/client.ts:20
message
message:
string
Defined in: docs-site/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Error.message
name
name:
string
Defined in: docs-site/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Error.name
retryable
readonlyretryable:boolean
Defined in: sdk/src/client.ts:19
stack?
optionalstack?:string
Defined in: docs-site/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
Error.stack
status?
readonlyoptionalstatus?:number
Defined in: sdk/src/client.ts:18