OGPlayer React Native SDK
    Preparing search index...

    Interface OGPlayerError

    interface OGPlayerError {
        category: string;
        code: number;
        message: string;
        retryable: boolean;
    }
    Index
    category: string
    code: number
    message: string
    retryable: boolean

    True when retrying the same load has a reasonable chance of succeeding.