()
| 1693 | } |
| 1694 | |
| 1695 | func (e *Error) Error() string { |
| 1696 | return fmt.Sprintf("%v error caused by %v field on %v resource", |
| 1697 | e.Code, e.Field, e.Resource) |
| 1698 | } |
| 1699 | |
| 1700 | // UnmarshalJSON implements the json.Unmarshaler interface. |
| 1701 | func (e *Error) UnmarshalJSON(data []byte) error { |
no outgoing calls