Skip to content

MissingCanisterIdErrorCode

Defined in: packages/core/src/agent/errors.ts:795

  • ErrorCode

new MissingCanisterIdErrorCode(receivedCanisterId): MissingCanisterIdErrorCode

Defined in: packages/core/src/agent/errors.ts:798

unknown

MissingCanisterIdErrorCode

ErrorCode.constructor

optional callContext: CallContext | PollingCallContext

Defined in: packages/core/src/agent/errors.ts:45

ErrorCode.callContext


readonly isCertified: boolean = false

Defined in: packages/core/src/agent/errors.ts:47

ErrorCode.isCertified


name: string = 'MissingCanisterIdErrorCode'

Defined in: packages/core/src/agent/errors.ts:796


readonly receivedCanisterId: unknown

Defined in: packages/core/src/agent/errors.ts:798


optional requestContext: RequestContext

Defined in: packages/core/src/agent/errors.ts:44

ErrorCode.requestContext

toErrorMessage(): string

Defined in: packages/core/src/agent/errors.ts:803

string

ErrorCode.toErrorMessage


toString(): string

Defined in: packages/core/src/agent/errors.ts:51

string

ErrorCode.toString