ic-reactor
Example
GitHub
Preparing search index...
react
utils
agent
MissingRootKeyErrorCode
Class MissingRootKeyErrorCode
Hierarchy
ErrorCode
MissingRootKeyErrorCode
Index
Constructors
constructor
Properties
is
Certified
request
Context?
call
Context?
should
Fetch
Root
Key?
name
Methods
to
String
to
Error
Message
Constructors
constructor
new
MissingRootKeyErrorCode
(
shouldFetchRootKey
?:
boolean
,
)
:
utils
.
agent
.
MissingRootKeyErrorCode
Parameters
Optional
shouldFetchRootKey
:
boolean
Returns
utils
.
agent
.
MissingRootKeyErrorCode
Properties
Readonly
is
Certified
isCertified
:
boolean
Optional
request
Context
requestContext
?:
utils
.
agent
.
RequestContext
Optional
call
Context
callContext
?:
utils
.
agent
.
CallContext
Optional
Readonly
should
Fetch
Root
Key
shouldFetchRootKey
?:
boolean
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
should
Fetch
Root
Key
name
Methods
to
String
to
Error
Message
Example
GitHub
ic-reactor
Loading...