RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Enumeration ErrorReasonConst

    Index

    Enumeration Members

    Enumeration Members

    ABORT: "abort"

    The resource was aborted using an AbortController in case of fetch, or XMLHttpRequest.abort in case of XMLHttpRequest.

    CSP: "csp"

    The resource was blocked due to Content Security Policy rules.

    NO_NETWORK: "no_network"

    The resource was aborted because the client was offline.

    TIMEOUT: "timeout"

    The resource was aborted due to a timeout.