august-yale
    Preparing search index...

    Class AbortedError

    Aborted error.

    Thrown when an in-flight request races with an intentional client teardown (e.g. the consumer calling august.destroy() while requests are pending). Callers should typically swallow these — they reflect the consumer's own intent, not a real failure.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    code?: string

    Underlying transport error code, when available.

    originalError?: Error