Home > hls.js > IErrorAction

IErrorAction type

Signature:

export type IErrorAction = {
    action: NetworkErrorAction;
    flags: ErrorActionFlags;
    retryCount?: number;
    retryConfig?: RetryConfig;
    hdcpLevel?: HdcpLevel;
    nextAutoLevel?: number;
    resolved?: boolean;
};

References: NetworkErrorAction, ErrorActionFlags, RetryConfig, HdcpLevel