Interface Exception

interface Exception {
    cause: string;
    message: string;
    severity: Severity;
}

Properties

cause: string
message: string
severity: Severity