Compare commits
2 Commits
e3d24ae1ef
...
976b13bd38
Author | SHA1 | Date |
---|---|---|
Adrien Marquès | 976b13bd38 | |
xdrm-brackets | 3bb02fcbb7 |
|
@ -13,7 +13,7 @@ type Err struct {
|
||||||
// error small description
|
// error small description
|
||||||
Reason string `json:"reason"`
|
Reason string `json:"reason"`
|
||||||
// associated HTTP status
|
// associated HTTP status
|
||||||
Status int
|
Status int `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e Err) Error() string {
|
func (e Err) Error() string {
|
||||||
|
|
Loading…
Reference in New Issue