package proto type Fail Object func (f Fail) Cmd() Command { return NewCmd("fail", "", Object(f)) } func (f Fail) Error() string { return f.Kind }