mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-04 11:25:09 -04:00
- `ErrBadHTTPStatus` -> `ErrHTTPStatusNotValid` - `ErrNumberOfResultsReceived` -> `ErrResultsCountReceived` - `ErrNoResultReceived` -> `ErrReceivedNoResult` - `ErrAbuse` -> `ErrBannedAbuse` - `ErrInvalidSystemParam` -> `ErrSystemParamNotValid` - `ErrNoIPInResponse` -> `ErrReceivedNoIP` - `ErrUnsuccessfulResponse` -> `ErrUnsuccessful` - Remove `ErrRequestEncode` and `ErrRequestMarshal` and wrap errors with string instead - Remove `ErrUnmarshalResponse` and wrap errors with string instead - Add `ErrResponseTooShort` - Remove `ErrNotFound` and replace with more precise not found errors - Add `ErrRecordResourceSetNotFound` error - Sort errors list alphabetically