Skip to content

CertificateTimeErrorCode

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

new CertificateTimeErrorCode(maxAgeInMinutes, certificateTime, currentTime, timeDiffMsecs, ageType): CertificateTimeErrorCode

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

number

Date

Date

number

"past" | "future"

CertificateTimeErrorCode

ErrorCode.constructor

readonly ageType: "past" | "future"

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


optional callContext?: CallContext | PollingCallContext

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

ErrorCode.callContext


readonly certificateTime: Date

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


readonly currentTime: Date

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


readonly isCertified: boolean = false

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

ErrorCode.isCertified


readonly maxAgeInMinutes: number

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


name: string = 'CertificateTimeErrorCode'

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


optional requestContext?: RequestContext

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

ErrorCode.requestContext


readonly timeDiffMsecs: number

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


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

string

ErrorCode.toErrorMessage


toString(): string

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

string

ErrorCode.toString