Function error_code_to_name

  • Convert a native error code into a human-readable identifier

    Parameters

    • error_code: number

      An error code returned from a native API call, or delivered via callback.

    Returns string

    error name as a string

    See

    CrtError

    nodejs only.

Generated using TypeDoc