React Native Firebase
    Preparing search index...

    Enumeration AIErrorCodeConst

    Standardized error codes that AIError can have.

    Index

    Enumeration Members

    API_NOT_ENABLED: "api-not-enabled"

    An error due to the Firebase API not being enabled in the Console.

    ERROR: "error"

    A generic error occurred.

    FETCH_ERROR: "fetch-error"

    An error occurred while performing a fetch.

    INVALID_CONTENT: "invalid-content"

    An error associated with a Content object.

    INVALID_SCHEMA: "invalid-schema"

    An error due to invalid Schema input.

    NO_API_KEY: "no-api-key"

    An error occurred due to a missing Firebase API key.

    NO_APP_ID: "no-app-id"

    An error occurred due to a missing Firebase app ID.

    NO_MODEL: "no-model"

    An error occurred due to a model name not being specified during initialization.

    NO_PROJECT_ID: "no-project-id"

    An error occurred due to a missing project ID.

    PARSE_FAILED: "parse-failed"

    An error occurred while parsing.

    REQUEST_ERROR: "request-error"

    An error occurred in a request.

    RESPONSE_ERROR: "response-error"

    An error occurred in a response.

    SESSION_CLOSED: "session-closed"

    An error occurred due to a session being closed.

    UNSUPPORTED: "unsupported"

    An error occurred due an attempt to use an unsupported feature.