Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
@membranehq/react
ErrorDataFields
Interface ErrorDataFields
interface
ErrorDataFields
{
type
?:
ErrorType
;
key
?:
string
;
message
:
string
;
data
?:
any
;
doc
?:
ErrorDoc
;
stack
?:
any
;
causedByError
?:
ErrorData
;
logs
?:
any
[]
;
}
Hierarchy (
View Summary
)
ErrorDataFields
ErrorData
Implemented by
ErrorData
Index
Properties
type?
key?
message
data?
doc?
stack?
caused
By
Error?
logs?
Properties
Optional
type
type
?:
ErrorType
Optional
key
key
?:
string
message
message
:
string
Optional
data
data
?:
any
Optional
doc
doc
?:
ErrorDoc
Optional
stack
stack
?:
any
Optional
caused
By
Error
causedByError
?:
ErrorData
Optional
logs
logs
?:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
key
message
data
doc
stack
caused
By
Error
logs
Console
SDK
REST API
Membrane React - v0.2.1
Loading...