Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
index
HonuaErrorOptions
Interface HonuaErrorOptions
interface
HonuaErrorOptions
{
cause
?:
unknown
;
context
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
operationId
?:
string
;
requestId
?:
string
;
}
Hierarchy (
view full
)
ErrorOptions
HonuaErrorMetadata
HonuaErrorOptions
Index
Properties
cause?
context?
operation
Id?
request
Id?
Properties
Optional
cause
cause
?:
unknown
Optional
Readonly
context
context
?:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
Readonly
operation
Id
operation
Id
?:
string
Optional
Readonly
request
Id
request
Id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cause
context
operation
Id
request
Id
@honua/sdk-js
Loading...