@juki-team/commons - v0.1.10
Preparing search index...
JkError
Class JkError
Hierarchy
Error
JkError
Index
Constructors
constructor
Properties
code
data
message
name
stack?
Constructors
constructor
new
JkError
(
code
:
ErrorCode
,
custom
?:
{
data
?:
any
;
message
?:
string
;
stack
?:
string
}
,
)
:
JkError
Parameters
code
:
ErrorCode
Optional
custom
:
{
data
?:
any
;
message
?:
string
;
stack
?:
string
}
Returns
JkError
Properties
code
code
:
ErrorCode
data
data
:
any
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
data
message
name
stack
@juki-team/commons - v0.1.10
Loading...