Skip to content

CertificateNotAuthorizedErrorCode

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

new CertificateNotAuthorizedErrorCode(canisterId, subnetId): CertificateNotAuthorizedErrorCode

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

Principal

Principal

CertificateNotAuthorizedErrorCode

ErrorCode.constructor

optional callContext?: CallContext | PollingCallContext

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

ErrorCode.callContext


readonly canisterId: Principal

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


readonly isCertified: boolean = false

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

ErrorCode.isCertified


name: string = 'CertificateNotAuthorizedErrorCode'

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


optional requestContext?: RequestContext

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

ErrorCode.requestContext


readonly subnetId: Principal

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


static verbosity: ErrorVerbosity = ErrorVerbosity.Normal

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

ErrorCode.verbosity

toErrorMessage(): string

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

string

ErrorCode.toErrorMessage


toString(): string

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

string

ErrorCode.toString