Skip to content

CertificateOutdatedErrorCode

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

new CertificateOutdatedErrorCode(maxIngressExpiryInMinutes, requestId, retryTimes?): CertificateOutdatedErrorCode

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

number

RequestId

number

CertificateOutdatedErrorCode

ErrorCode.constructor

optional callContext?: CallContext | PollingCallContext

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

ErrorCode.callContext


readonly isCertified: boolean = false

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

ErrorCode.isCertified


readonly maxIngressExpiryInMinutes: number

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


name: string = 'CertificateOutdatedErrorCode'

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


optional requestContext?: RequestContext

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

ErrorCode.requestContext


readonly requestId: RequestId

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


readonly optional retryTimes?: number

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


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:514

string

ErrorCode.toErrorMessage


toString(): string

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

string

ErrorCode.toString