export interface ESPlayerError {
    id?: string;
    errorCode: number;
    errorMessage: string;
}
