Constructor
new AvenxError(code, …args)
Creates an instance of AvenxError.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
code |
string | The AvenxErrorCode identifier. |
|
args |
any |
<repeatable> |
Arguments to format within the template message. |
- Source:
Extends
- Error
Classes
Members
code :string
The unique framework error code.
Type:
- string
- Source:
name :string
Custom name identifier for the error.
Type:
- string
- Source: