Preparing search index...
The search index is not available
@beblurt/dblurt
@beblurt/dblurt
index
DBlurtError
Class DBlurtError
Base class for typed dblurt errors with non-enumerable metadata.
Hierarchy (
view full
)
Error
DBlurtError
RpcApplicationError
SerializationError
ValidationError
Index
Constructors
constructor
Properties
category
code
dblurt_
error
jse_
cause?
jse_
info
jse_
shortmsg
metadata
retryable
Methods
cause
Constructors
constructor
new DBlurt
Error
(
name
,
message
,
options
?
)
:
DBlurtError
Parameters
name
:
string
message
:
string
options
:
DBlurtErrorOptions
= {}
Returns
DBlurtError
Properties
Readonly
category
category
:
DBlurtErrorCategory
Readonly
code
code
:
DBlurtErrorCode
Readonly
dblurt_
error
dblurt_
error
= true
Optional
Readonly
jse_
cause
jse_
cause
?:
Error
Readonly
jse_
info
jse_
info
:
any
Readonly
jse_
shortmsg
jse_
shortmsg
:
string
Readonly
metadata
metadata
:
DBlurtErrorMetadata
Readonly
retryable
retryable
:
boolean
Methods
cause
cause
(
)
:
undefined
|
Error
Returns
undefined
|
Error
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
category
code
dblurt_
error
jse_
cause
jse_
info
jse_
shortmsg
metadata
retryable
Methods
cause
@beblurt/dblurt
Loading...
Base class for typed dblurt errors with non-enumerable metadata.