OGPlayer Web SDK
    Preparing search index...

    Interface OGPlayerError

    interface OGPlayerError {
        category: ErrorCategory;
        cause?: unknown;
        code: number;
        codeName: string;
        httpStatusCode?: number;
        message: string;
        retryable: boolean;
    }
    Index
    category: ErrorCategory
    cause?: unknown
    code: number
    codeName: string
    httpStatusCode?: number
    message: string
    retryable: boolean