React Native Firebase
    Preparing search index...

    Details object that may be included in an error response.

    interface ErrorDetails {
        "@type"?: string;
        domain?: string;
        metadata?: Record<string, unknown>;
        reason?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Any other relevant information about the error.

    Index

    Properties

    "@type"?: string
    domain?: string

    The domain where the error occurred.

    metadata?: Record<string, unknown>

    Additional metadata about the error.

    reason?: string

    The reason for the error.