bitmovin-player-ui
Version:
Bitmovin Player UI Framework
11 lines (10 loc) • 497 B
TypeScript
import { ErrorMessageMap, ErrorMessageTranslator } from '../components/overlays/ErrorMessageOverlay';
import { MobileV3PlayerErrorEvent, MobileV3SourceErrorEvent } from './MobileV3PlayerAPI';
/**
* @category Utils
*/
export declare namespace ErrorUtils {
const defaultErrorMessages: ErrorMessageMap;
const defaultMobileV3ErrorMessageTranslator: (error: MobileV3PlayerErrorEvent | MobileV3SourceErrorEvent) => string;
const defaultWebErrorMessageTranslator: ErrorMessageTranslator;
}