Skip to main content

UnauthenticatedError

@fleetforge/sdk


@fleetforge/sdk / UnauthenticatedError

Class: UnauthenticatedError

Defined in: sdk/typescript/src/client.ts:224

Extends

  • Error

Constructors

Constructor

new UnauthenticatedError(message, options?): UnauthenticatedError

Defined in: sdk/typescript/src/client.ts:227

Parameters

message

string

options?
cause?

unknown

Returns

UnauthenticatedError

Overrides

Error.constructor

Properties

cause?

optional cause: unknown

Defined in: sdk/typescript/src/client.ts:225

Overrides

Error.cause


message

message: string

Defined in: website/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

Error.message


name

name: string

Defined in: website/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

Error.name


stack?

optional stack: string

Defined in: website/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

Error.stack