ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
CertificateNotAuthorizedErrorCode
Class CertificateNotAuthorizedErrorCode
Hierarchy
ErrorCode
CertificateNotAuthorizedErrorCode
Index
Constructors
constructor
Properties
is
Certified
request
Context?
call
Context?
canister
Id
subnet
Id
name
Methods
to
String
to
Error
Message
Constructors
constructor
new
CertificateNotAuthorizedErrorCode
(
canisterId
:
types
.
Principal
,
subnetId
:
Uint8Array
,
)
:
utils
.
agent
.
CertificateNotAuthorizedErrorCode
Parameters
canisterId
:
types
.
Principal
subnetId
:
Uint8Array
Returns
utils
.
agent
.
CertificateNotAuthorizedErrorCode
Properties
Readonly
is
Certified
isCertified
:
boolean
Optional
request
Context
requestContext
?:
utils
.
agent
.
RequestContext
Optional
call
Context
callContext
?:
utils
.
agent
.
CallContext
Readonly
canister
Id
canisterId
:
types
.
Principal
Readonly
subnet
Id
subnetId
:
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
canister
Id
subnet
Id
name
Methods
to
String
to
Error
Message
Example
GitHub
ic-reactor
Loading...