diff --git a/api/responses.go b/api/responses.go index 6481ef4..6aef966 100644 --- a/api/responses.go +++ b/api/responses.go @@ -1,10 +1,5 @@ package api -type Warning struct { - Code int `json:"code"` - Wtxt string `json:"wtxt"` -} - type BaseResponse struct { Task int `json:"task"` Type int `json:"type"` @@ -19,7 +14,6 @@ type BaseResponse struct { ResAction int `json:"res_action"` Errortxt string `json:"errortxt"` AqErrortxt string `json:"aq_errortxt"` - Warnings []Warning `json:"warnings"` ErrorExtra interface{} `json:"error_extra"` }