Represents an error encountered in native code. Can also be used to convert a numeric error code into a human-readable string.
error - The original error. Most often an error_code, but possibly some other context
Optional
Readonly
The original integer error code from the CRT
The translated error name (e.g. AWS_ERROR_UNKNOWN)
Generated using TypeDoc
Represents an error encountered in native code. Can also be used to convert a numeric error code into a human-readable string.