Preparing search index...
The search index is not available
@basalt-lab/basalt-helper
@basalt-lab/basalt-helper
error/basaltError
BasaltErrorOptions
Interface BasaltErrorOptions<T>
Represents the options for the Basalt error.
interface
BasaltErrorOptions
<
T
=
unknown
>
{
cause
?:
T
;
key
?:
[
string
,
number
]
;
}
Type Parameters
T
=
unknown
Index
Properties
cause?
key?
Properties
Optional
cause
cause
?:
T
The cause of the error.
Optional
key
key
?:
[
string
,
number
]
The error key.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cause
key
@basalt-lab/basalt-helper
Loading...
Represents the options for the Basalt error.