Interface SkyWayErrorInterface

interface SkyWayErrorInterface {
    info: ErrorInfo;
    message: string;
    name: string;
    stack?: string;
    toJSON: (() => object);
}

Hierarchy

  • Error
    • SkyWayErrorInterface

Implemented by

Properties

info: ErrorInfo
message: string
name: string
stack?: string
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object