Error type. It mostly encapsulates the libuv errors.

Constructors

Properties

Constructors

  • Parameters

    • errno: number

    Returns Error

Properties

code: string

The system error code as a string. For example EPERM.

message: string

The error string representation in the form code: description.