interface Error {
    message: string;
    name: string;
    stack?: string;
}

Hierarchy-Diagram

UML class diagram of Error
Legend
icon for a class in the UML class diagram class
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property
icon for a public method in the UML class diagram public method
underlined static property/method

Hierarchy (view full)

Properties

Properties

message: string
name: string
stack?: string