Function error_code_to_string

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

    Parameters

    • error_code: number

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

    Returns string

    Long-form description of the error

    See

    CrtError

    nodejs only.

Generated using TypeDoc