RUM JavaScript API - 1.347.4
    Preparing search index...

    Enumeration ErrorReasonConst

    Index

    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.

    GENERIC: "generic"

    An unclassified error occurred. Cordova HTTP error code -1.

    NO_NETWORK: "no_network"

    The resource was aborted because the client was offline.

    POST_PROCESSING_FAILED

    POST_PROCESSING_FAILED: "post_processing_failed"

    Response post-processing (e.g. deserialization) failed on the client. Cordova HTTP error code -7.

    SERVER_NOT_FOUND: "server_not_found"

    The server could not be reached (e.g. DNS resolution or connection refused). Cordova HTTP error code -3.

    SSL_EXCEPTION: "ssl_exception"

    An SSL/TLS error occurred (e.g. certificate validation failure). Cordova HTTP error code -2.

    TIMEOUT: "timeout"

    The resource was aborted due to a timeout.

    UNSUPPORTED_URL: "unsupported_url"

    The URL scheme is not supported by the HTTP client. Cordova HTTP error code -5.