HttpExceptionOptions
interface HttpExceptionOptions {
cause?: unknown
description?: string
}
Properties
Property | Description |
---|---|
cause?: unknown
|
original cause of the error |
description?: string
|