Searched refs:TestError (Results 1 – 2 of 2) sorted by relevance
33 class TestError(Exception): class107 raise TestError('signing subprocess failed: %s' % e)
289 enum TestError { enum295 Err(anyhow!(TestError::Fail)).context("nested nested other error") in nested_nested_other_error()