interface ErrnoException {
    code?: string;
    errno?: number;
    message: string;
    name: string;
    path?: string;
    stack?: string;
    syscall?: string;
}

Hierarchy (view full)

Properties

code?: string
errno?: number
message: string
name: string
path?: string
stack?: string
syscall?: string

Generated using TypeDoc