ic-reactor
Example
GitHub
Preparing search index...
react
utils
agent
DerPrefixMismatchErrorCode
Class DerPrefixMismatchErrorCode
Hierarchy
ErrorCode
DerPrefixMismatchErrorCode
Index
Constructors
constructor
Properties
is
Certified
request
Context?
call
Context?
expected
Prefix
actual
Prefix
name
Methods
to
String
to
Error
Message
Constructors
constructor
new
DerPrefixMismatchErrorCode
(
expectedPrefix
:
Uint8Array
,
actualPrefix
:
Uint8Array
,
)
:
utils
.
agent
.
DerPrefixMismatchErrorCode
Parameters
expectedPrefix
:
Uint8Array
actualPrefix
:
Uint8Array
Returns
utils
.
agent
.
DerPrefixMismatchErrorCode
Properties
Readonly
is
Certified
isCertified
:
boolean
Optional
request
Context
requestContext
?:
utils
.
agent
.
RequestContext
Optional
call
Context
callContext
?:
utils
.
agent
.
CallContext
Readonly
expected
Prefix
expectedPrefix
:
Uint8Array
Readonly
actual
Prefix
actualPrefix
:
Uint8Array
name
name
:
string
Methods
to
String
toString
()
:
string
Returns
string
to
Error
Message
toErrorMessage
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
is
Certified
request
Context
call
Context
expected
Prefix
actual
Prefix
name
Methods
to
String
to
Error
Message
Example
GitHub
ic-reactor
Loading...