Skip to main content

Interface: LoadFailedError

Defined in: packages/player/src/errors.ts:120

The source could not be opened at all (missing file, refused connection).

Properties

code

readonly code: "load-failed";

Defined in: packages/player/src/errors.ts:121


message

readonly message: string;

Defined in: packages/player/src/errors.ts:123

Human-readable summary, safe to show in a UI.


raw

readonly raw: string;

Defined in: packages/player/src/errors.ts:125

The mpv error string this was classified from.


retryable

readonly retryable: boolean;

Defined in: packages/player/src/errors.ts:129

See Retryablefalse from end-file, resolver-dependent otherwise.


uri?

readonly optional uri?: string;

Defined in: packages/player/src/errors.ts:127

The source URI that failed, when known.