Interface: RuntimeExceptionInterface
Extends
Properties
Property | Type | Description | Overrides | Inherited from |
---|---|---|---|---|
context | RuntimeExceptionContext | Additional context | ExceptionInterface .context | - |
errorCode | string | The error code. | - | ExceptionInterface .errorCode |
httpStatus? | HttpStatus | Optional HTTP status code to use only when this exception is sent over an HTTP service. Please consider this to be a hint for API error responses. | - | - |
message | string | - | - | ExceptionInterface .message |
name | string | - | - | ExceptionInterface .name |
safeMessage? | string | If set, this message will be used on responses instead of message . Use this when the main message might expose | - | - |
stack? | string | - | - | ExceptionInterface .stack |