export interface PlaybackErrorEvent { /** The error code */ code: string; /** The error message */ message: string; }