Searched defs:InstallError (Results 1 – 8 of 8) sorted by relevance
70 pub struct InstallError; struct72 impl core::fmt::Display for InstallError { implementation78 impl StdError for InstallError {} implementation79 impl Diagnostic for InstallError {} implementation84 pub fn set_hook(hook: ErrorHook) -> Result<(), InstallError> { in set_hook() argument
30 public final class InstallError extends com.google.protobuf.GeneratedMessageV3 class36 private InstallError(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in InstallError() method in InstallError40 private InstallError() { in InstallError() method in InstallError
204 message InstallError { message
216 message InstallError { message
219 message InstallError { message
177 class InstallError(JobError): class