diff --git a/errors.go b/errors.go index 926bfc22..b395c93a 100644 --- a/errors.go +++ b/errors.go @@ -25,9 +25,9 @@ const ( type ( Error struct { - Err error `json:"error"` - Type ErrorType `json:"-"` - Meta interface{} `json:"meta"` + Err error + Type ErrorType + Meta interface{} } errorMsgs []*Error