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