unified-video-framework
Version:
Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more
7 lines • 339 B
TypeScript
import { DRMError, DRMErrorCode } from '../types/DRMTypes';
export declare class DRMErrorHandler {
static getUserFriendlyMessage(error: any): string;
static getTechnicalMessage(error: any): string;
static createError(code: DRMErrorCode, message: string, details?: any): DRMError;
}
//# sourceMappingURL=DRMErrorHandler.d.ts.map