Searched defs:ServiceError (Results 1 – 2 of 2) sorted by relevance
45 pub(crate) enum ServiceError { enum50 impl Clone for ServiceError { implementation59 impl std::error::Error for ServiceError {} implementation61 impl fmt::Display for ServiceError { implementation
32 pub(crate) fn open(config: &TaskConfig) -> Result<AttachedFiles, ServiceError> { in open() argument43 fn open_task_files(config: &TaskConfig) -> Result<(Files, Vec<i64>), ServiceError> { in open_task_files() argument121 fn open_body_files(config: &TaskConfig) -> Result<Files, ServiceError> { in open_body_files() argument199 pub(crate) fn get_value(&mut self) -> Result<String, ServiceError> { in get_value() argument212 fn convert_bundle_name(config: &TaskConfig) -> Result<String, ServiceError> { in convert_bundle_name() argument224 fn check_app_clone_bundle_name(uid: u64, bundle_name: &str) -> Result<String, ServiceError> { in check_app_clone_bundle_name() argument