Searched defs:ModuleError (Results 1 – 9 of 9) sorted by relevance
137 type ModuleError struct { struct138 Path string139 Version string140 Err error157 func (e *ModuleError) Error() string {167 func (e *ModuleError) Unwrap() error { return e.Err }
38 type ModuleError struct { struct39 Err string // error text47 func (e *ModuleError) UnmarshalJSON(data []byte) error {
20 ModuleError = _distutils_errors.DistutilsModuleError variable
266 type ModuleError struct { struct267 BlueprintError268 module *moduleInfo274 ModuleError anonMember282 func (e *ModuleError) Error() string {
102 ModuleError(String), enumerator