Search
Preparing search index...
The search index is not available
@alterior/common
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
NotSupportedError
Class NotSupportedError
Hierarchy
SystemError
NotSupportedError
Index
Constructors
constructor
Properties
serializer
Accessors
inner
Error
message
Methods
asJSON
setJSONSerializer
Constructors
constructor
new
Not
Supported
Error
(
message
?:
string
)
:
NotSupportedError
Parameters
Optional
message:
string
Returns
NotSupportedError
Properties
Static
serializer
serializer
:
(
instance
:
any
)
=>
any
Type declaration
(
instance
:
any
)
:
any
Parameters
instance:
any
Returns
any
Accessors
inner
Error
get
innerError
(
)
:
BaseError
Returns
BaseError
message
get
message
(
)
:
string
Returns
string
Methods
asJSON
asJSON
(
)
:
any
Returns
any
Static
setJSONSerializer
setJSONSerializer
(
serializer
:
(
instance
:
any
)
=>
any
)
:
void
Parameters
serializer:
(
instance
:
any
)
=>
any
(
instance
:
any
)
:
any
Parameters
instance:
any
Returns
any
Returns
void
Globals
Not
Supported
Error
constructor
serializer
inner
Error
message
asJSON
setJSONSerializer
Generated using
TypeDoc