interface Exception {
    cause: string;
    message?: string;
    severity: ExceptionSeverity;
}

Properties

cause: string

The cause of the exception

message?: string

The message of the exception

The severity of the exception