Search
Preparing search index...
The search index is not available
@dfuse/client
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
DfuseApiError
Class DfuseApiError
Hierarchy
DfuseError
DfuseApiError
Implements
{
code
:
string
;
details
?:
undefined
|
{}
;
message
:
string
;
trace_id
?:
undefined
|
string
}
Index
Constructors
constructor
Properties
cause
code
description
details
message
name
stack
trace_
id
Constructors
constructor
new
Dfuse
Api
Error
(
data
:
ErrorData
, cause
?:
Error
)
:
DfuseApiError
Parameters
data:
ErrorData
Optional
cause:
Error
Returns
DfuseApiError
Properties
Optional
cause
cause
:
Error
code
code
:
string
description
description
:
string
Optional
details
details
:
undefined
|
{}
message
message
:
string
name
name
:
string
Optional
stack
stack
:
undefined
|
string
Optional
trace_
id
trace_
id
:
undefined
|
string
Globals
Dfuse
Api
Error
constructor
cause
code
description
details
message
name
stack
trace_
id
Generated using
TypeDoc