CmpStr - v3.3.0
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
CmpStrErrorJSON
Interface CmpStrErrorJSON
Structured format for CmpStr errors when serialized to JSON.
interface
CmpStrErrorJSON
{
cause
?:
unknown
;
code
:
string
;
message
:
string
;
meta
?:
CmpStrErrorMeta
;
name
:
string
;
when
:
string
;
}
Index
Properties
cause?
code
message
meta?
name
when
Properties
Optional
cause
cause
?:
unknown
code
code
:
string
message
message
:
string
Optional
meta
meta
?:
CmpStrErrorMeta
name
name
:
string
when
when
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cause
code
message
meta
name
when
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.3.0
Loading...
Structured format for CmpStr errors when serialized to JSON.