package errors type ErrorClose struct { Err error } type ErrorMarshal struct { Err error } type ErrorWrite struct { Err error }