Interface Exception

interface Exception {
    message: string;
    name: string;
    stack?: string;
    status: number;
}

Hierarchy

  • Error
    • Exception

Implemented by

Properties

message: string
name: string
stack?: string
status: number

Generated using TypeDoc