Module error

Source
Expand description

The various errors that can be raised by this crate’s functions.

The primary return type of this crate is Result<T>, which may return an Error.

Structs§

DebugLoc
A debug struct for marking specific locations in code.
VersionError
A structure representing a mismatch between an expected and actual version number.

Enums§

Error
List of error codes than can be returned by API functions.
RustError
Enum containing the possible errors in the Rust wrapper over mpv, which may be caused by data passed from mpv or by the user.

Type Aliases§

Result
std::result::Result wrapper around Error for mpv functions.