Type Alias: VideoErrorCode
type VideoErrorCode =
| LibraryError
| PlayerError
| SourceError
| VideoViewError
| WebError
| UnknownError;
Defined in: types/VideoError.ts:32
type VideoErrorCode =
| LibraryError
| PlayerError
| SourceError
| VideoViewError
| WebError
| UnknownError;
Defined in: types/VideoError.ts:32