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