Interface: ExceptionInterface
Extends
Error
Extended by
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
context? | ExceptionContext | Additional context | - |
errorCode | string | The error code. | - |
message | string | - | Error.message |
name | string | - | Error.name |
stack? | string | - | Error.stack |