Class AppSyncAbortError

Thrown when the request was cancelled via AbortSignal or hit the configured timeout. reason is 'timeout' for the timeout case, 'abort' otherwise.

Hierarchy (View Summary)

Constructors

Properties

Constructors

Properties

code: "ABORTED" = ...

A stable, machine-readable error code.

reason: "timeout" | "abort"