Represents an error encountered in native code. Can also be used to convert a numeric error code into a human-readable string.

Hierarchy

  • Error
    • CrtError

Implements

Constructors

Properties

Constructors

  • Parameters

    • error: any

    Returns CrtError

    Var

    error - The original error. Most often an error_code, but possibly some other context

Properties

error: any
error_code?: number

The original integer error code from the CRT

error_name?: string

The translated error name (e.g. AWS_ERROR_UNKNOWN)

Generated using TypeDoc