Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
ErrorDataSchema
Interface ErrorDataSchema
interface
ErrorDataSchema
{
type
?:
ErrorType
;
key
?:
string
;
message
:
string
;
data
?:
any
;
stack
?:
any
;
causedByError
?:
ErrorDataSchema
;
logs
?:
any
[]
;
}
Index
Properties
type?
key?
message
data?
stack?
caused
By
Error?
logs?
Properties
Optional
type
type
?:
ErrorType
Optional
key
key
?:
string
message
message
:
string
Optional
data
data
?:
any
Optional
stack
stack
?:
any
Optional
caused
By
Error
causedByError
?:
ErrorDataSchema
Optional
logs
logs
?:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
key
message
data
stack
caused
By
Error
logs
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...