@ua/react-native-airship
    Preparing search index...

    Interface MessageLoadErrorEvent

    Message load error event.

    interface MessageLoadErrorEvent {
        error: string;
        messageId: string;
        retryable: boolean;
    }
    Index

    Properties

    error: string

    The error

    messageId: string

    The message ID.

    retryable: boolean

    Whether the failure is retryable.