Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
runtime
HonuaRuntimeDiagnostic
Interface HonuaRuntimeDiagnostic
interface
HonuaRuntimeDiagnostic
{
capability
?:
string
;
code
:
string
;
context
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
layerId
?:
string
;
message
:
string
;
path
?:
string
;
protocol
?:
string
;
severity
:
HonuaRuntimeDiagnosticSeverity
;
sourceId
?:
string
;
}
Index
Properties
capability?
code
context?
layer
Id?
message
path?
protocol?
severity
source
Id?
Properties
Optional
Readonly
capability
capability
?:
string
Readonly
code
code
:
string
Optional
Readonly
context
context
?:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
Readonly
layer
Id
layer
Id
?:
string
Readonly
message
message
:
string
Optional
Readonly
path
path
?:
string
Optional
Readonly
protocol
protocol
?:
string
Readonly
severity
severity
:
HonuaRuntimeDiagnosticSeverity
Optional
Readonly
source
Id
source
Id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capability
code
context
layer
Id
message
path
protocol
severity
source
Id
@honua/sdk-js
Loading...