Searched refs:BootError (Results 1 – 6 of 6) sorted by relevance
71 type BootError struct { struct76 func (err BootError) Error() string { argument80 func (err BootError) BootError() (string, []byte) { func
165 return vmimpl.BootError{174 return vmimpl.BootError{179 return vmimpl.BootError{
49 BootError() (string, []byte) methodSpec
204 testErr.Title, testErr.Output = bootErr.BootError()
170 return nil, vmimpl.BootError{Title: err.Error(), Output: output}
383 return vmimpl.BootError{Title: err.Error(), Output: bootOutput}