interface HttpExceptionOptions {
    cause?: unknown;
    description?: string;
}

Properties

Properties

cause?: unknown

Original cause of the error

description?: string