Skip to content

CertifiedRejectErrorCode

Defined in: packages/agent/src/errors.ts:457

  • ErrorCode

new CertifiedRejectErrorCode(requestId, rejectCode, rejectMessage, rejectErrorCode): CertifiedRejectErrorCode

Defined in: packages/agent/src/errors.ts:460

RequestId

ReplicaRejectCode

string

undefined | string

CertifiedRejectErrorCode

ErrorCode.constructor

optional callContext: CallContext

Defined in: packages/agent/src/errors.ts:35

ErrorCode.callContext


readonly isCertified: boolean = false

Defined in: packages/agent/src/errors.ts:37

ErrorCode.isCertified


name: string = 'CertifiedRejectErrorCode'

Defined in: packages/agent/src/errors.ts:458


readonly rejectCode: ReplicaRejectCode

Defined in: packages/agent/src/errors.ts:462


readonly rejectErrorCode: undefined | string

Defined in: packages/agent/src/errors.ts:464


readonly rejectMessage: string

Defined in: packages/agent/src/errors.ts:463


optional requestContext: RequestContext

Defined in: packages/agent/src/errors.ts:34

ErrorCode.requestContext


readonly requestId: RequestId

Defined in: packages/agent/src/errors.ts:461

toErrorMessage(): string

Defined in: packages/agent/src/errors.ts:470

string

ErrorCode.toErrorMessage


toString(): string

Defined in: packages/agent/src/errors.ts:41

string

ErrorCode.toString