Searched defs:ExecError (Results 1 – 15 of 15) sorted by relevance
121 type ExecError struct { struct122 Name string // Name of template.123 Err error // Pre-formatted error.126 func (e ExecError) Error() string {130 func (e ExecError) Unwrap() error {
15 ExecError = _distutils_errors.DistutilsExecError variable
52 class ExecError(EnvironmentError): class
134 TEST_P(ExecUtilsTest, ExecError) { in TEST_P() argument
71 class ExecError(OSError): class
922 ExecError(CommandBufferExecError), enumerator