Type Alias H5PUpgradeError
H5PUpgradeError:
| { supported: string; type: "errorTooHighVersion"; used: string }
| { type: "errorNotSupported"; used: string }
| { id: number | string; type: "errorParamsBroken" }
| { library: string; type: "libraryMissing" }
| { library: string; type: "scriptMissing" }
| string