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