UNPKG

aws-crt

Version:

NodeJS bindings to the aws-c-* libraries

7 lines (6 loc) 277 B
/** Represents an error thrown by the CRT browser shim */ export declare class CrtError extends Error { readonly error: any; /** @var error - The original error, provided for context. Could be any type, often from underlying libraries */ constructor(error: any); }