Skip to content

UncertifiedRejectErrorCode

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

  • ErrorCode

new UncertifiedRejectErrorCode(requestId, rejectCode, rejectMessage, rejectErrorCode, signatures): UncertifiedRejectErrorCode

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

RequestId

ReplicaRejectCode

string

undefined | string

undefined | NodeSignature[]

UncertifiedRejectErrorCode

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 = 'UncertifiedRejectErrorCode'

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


readonly rejectCode: ReplicaRejectCode

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


readonly rejectErrorCode: undefined | string

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


readonly rejectMessage: string

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


optional requestContext: RequestContext

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

ErrorCode.requestContext


readonly requestId: RequestId

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


readonly signatures: undefined | NodeSignature[]

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

toErrorMessage(): string

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

string

ErrorCode.toErrorMessage


toString(): string

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

string

ErrorCode.toString