Search
Preparing search index...
The search index is not available
@alterior/common
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
ApplicationError
Class ApplicationError
Base class for errors thrown by your application
Hierarchy
BaseErrorT
ApplicationError
Index
Constructors
constructor
Properties
serializer
Accessors
inner
Error
message
Methods
asJSON
setJSONSerializer
Constructors
constructor
new
Application
Error
(
message
:
string
)
:
ApplicationError
Parameters
message:
string
Returns
ApplicationError
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
Application
Error
constructor
serializer
inner
Error
message
asJSON
setJSONSerializer
Generated using
TypeDoc
Base class for errors thrown by your application