pub struct ComponentUpdateError(/* private fields */);Expand description
See cef_component_update_error_t for more documentation.
Implementations§
Source§impl ComponentUpdateError
impl ComponentUpdateError
Sourcepub const NONE: Self
pub const NONE: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_NONE for more documentation.
Sourcepub const UPDATE_IN_PROGRESS: Self
pub const UPDATE_IN_PROGRESS: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_UPDATE_IN_PROGRESS for more documentation.
Sourcepub const UPDATE_CANCELED: Self
pub const UPDATE_CANCELED: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_UPDATE_CANCELED for more documentation.
Sourcepub const RETRY_LATER: Self
pub const RETRY_LATER: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_RETRY_LATER for more documentation.
Sourcepub const SERVICE_ERROR: Self
pub const SERVICE_ERROR: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_SERVICE_ERROR for more documentation.
Sourcepub const UPDATE_CHECK_ERROR: Self
pub const UPDATE_CHECK_ERROR: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_UPDATE_CHECK_ERROR for more documentation.
Sourcepub const CRX_NOT_FOUND: Self
pub const CRX_NOT_FOUND: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_CRX_NOT_FOUND for more documentation.
Sourcepub const INVALID_ARGUMENT: Self
pub const INVALID_ARGUMENT: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_INVALID_ARGUMENT for more documentation.
Sourcepub const BAD_CRX_DATA_CALLBACK: Self
pub const BAD_CRX_DATA_CALLBACK: Self
See cef_component_update_error_t::CEF_COMPONENT_UPDATE_ERROR_BAD_CRX_DATA_CALLBACK for more documentation.