Searched defs:AssetError (Results 1 – 9 of 9) sorted by relevance
133 impl Display for AssetError { implementation139 impl AssetError { impl141 pub fn new(code: ErrCode, msg: String) -> AssetError { in new()147 impl From<io::Error> for AssetError { implementation
257 pub struct AssetError { struct266 pub type Result<T> = std::result::Result<T, AssetError>; argument
37 fn map_err(code: u32) -> AssetError { in map_err()
152 pub fn ipc_err_handle(e: IpcStatusCode) -> AssetError { in ipc_err_handle()
133 pub(crate) fn expect_error_eq(expect_err: ErrCode, real_err: AssetError) { in expect_error_eq()
101 pub fn transfer_error_code(err_code: ErrCode) -> AssetError { in transfer_error_code()
157 e: &AssetError, in upload_fault_system_event()
219 ) -> Result<(), AssetError>; in batch_remove() argument
123 …name(user_id: i32, attributes: &ExtDbMap, is_ce: bool) -> std::result::Result<String, AssetError> { in get_db_name() argument