DerPrefixMismatchErrorCode
Defined in: packages/agent/src/errors.ts:309
Extends
Section titled “Extends”ErrorCode
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DerPrefixMismatchErrorCode(
expectedPrefix
,actualPrefix
):DerPrefixMismatchErrorCode
Defined in: packages/agent/src/errors.ts:312
Parameters
Section titled “Parameters”expectedPrefix
Section titled “expectedPrefix”Uint8Array
actualPrefix
Section titled “actualPrefix”Uint8Array
Returns
Section titled “Returns”DerPrefixMismatchErrorCode
Overrides
Section titled “Overrides”ErrorCode.constructor
Properties
Section titled “Properties”actualPrefix
Section titled “actualPrefix”
readonly
actualPrefix:Uint8Array
Defined in: packages/agent/src/errors.ts:314
callContext?
Section titled “callContext?”
optional
callContext:CallContext
Defined in: packages/agent/src/errors.ts:35
Inherited from
Section titled “Inherited from”ErrorCode.callContext
expectedPrefix
Section titled “expectedPrefix”
readonly
expectedPrefix:Uint8Array
Defined in: packages/agent/src/errors.ts:313
isCertified
Section titled “isCertified”
readonly
isCertified:boolean
=false
Defined in: packages/agent/src/errors.ts:37
Inherited from
Section titled “Inherited from”ErrorCode.isCertified
name:
string
='DerPrefixMismatchErrorCode'
Defined in: packages/agent/src/errors.ts:310
requestContext?
Section titled “requestContext?”
optional
requestContext:RequestContext
Defined in: packages/agent/src/errors.ts:34
Inherited from
Section titled “Inherited from”ErrorCode.requestContext
Methods
Section titled “Methods”toErrorMessage()
Section titled “toErrorMessage()”toErrorMessage():
string
Defined in: packages/agent/src/errors.ts:320
Returns
Section titled “Returns”string
Overrides
Section titled “Overrides”ErrorCode.toErrorMessage
toString()
Section titled “toString()”toString():
string
Defined in: packages/agent/src/errors.ts:41
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”ErrorCode.toString