[][src]Constant libmpv_sys::mpv_error_MPV_ERROR_SUCCESS

pub const mpv_error_MPV_ERROR_SUCCESS: mpv_error = 0;

No error happened (used to signal successful operation). Keep in mind that many API functions returning error codes can also return positive values, which also indicate success. API users can hardcode the fact that ">= 0" means success.