Searched defs:BootError (Results 1 – 2 of 2) sorted by relevance
71 type BootError struct { struct72 Title string73 Output []byte76 func (err BootError) Error() string {80 func (err BootError) BootError() (string, []byte) { func
49 BootError() (string, []byte) methodSpec