diff --git a/api/error.go b/api/error.go index 36d8800..82da8e3 100644 --- a/api/error.go +++ b/api/error.go @@ -13,7 +13,7 @@ type Err struct { // error small description Reason string `json:"reason"` // associated HTTP status - Status int + Status int `json:"-"` } func (e Err) Error() string {