nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
SerializedError
Interface SerializedError
Serialized error format for JSON output.
interface
SerializedError
{
name
:
string
;
code
:
ErrorCode
;
message
:
string
;
context
?:
Record
<
string
,
unknown
>
;
cause
?:
SerializedError
;
stack
?:
string
;
}
Index
Properties
name
code
message
context?
cause?
stack?
Properties
name
name
:
string
code
code
:
ErrorCode
message
message
:
string
Optional
context
context
?:
Record
<
string
,
unknown
>
Optional
cause
cause
?:
SerializedError
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
name
code
message
context
cause
stack
GitHub
npm
nexus-agents - v2.80.0
Loading...
Serialized error format for JSON output.