Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/client / errors / TransportFailedError

Class: TransportFailedError

Defined in: packages/client/src/errors.ts:52

Stable

Extends

Constructors

Constructor

ts
new TransportFailedError(message, options?): TransportFailedError;

Defined in: packages/client/src/errors.ts:55

Parameters

ParameterType
messagestring
optionsErrorOptions & { code?: number; }

Returns

TransportFailedError

Overrides

GraphorinClientError.constructor

Properties

PropertyModifierTypeInherited fromDefined in
cause?publicunknownGraphorinClientError.causenode_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26
codereadonlynumber | undefined-packages/client/src/errors.ts:53
kindreadonlyGraphorinClientErrorKindGraphorinClientError.kindpackages/client/src/errors.ts:34
messagepublicstringGraphorinClientError.messagenode_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077
namepublicstringGraphorinClientError.namenode_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076
stack?publicstringGraphorinClientError.stacknode_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078