| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
When a RemoteError is created, it is passed the complete content of the
json response from the server. Thus is can happen that it contains
unexpected entries, we should just ignore them.
Change-Id: I2155d1d44432884f19ef926c02b9d0f99ade57d9
Closes-Bug: 1714460
|
| |
|
|
|
| |
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
|
| |
|
|
|
|
|
|
|
|
| |
In the case that designate api returns an error response which
does not have an 'message' entry, CLI will prints out nothing helpful
for users. The patch grabs info from response to try to provide a helpful msg.
Fixed axfr resource too.
Change-Id: I810426b6d4f731cc5ead4372083abf6515c05dc3
|
| |
|
|
|
|
|
|
| |
If you don't have a message on an exception it prints out as
nothing. This change will default the messaqge to the class
name which should be useful.
Change-Id: Ie246b37c971e8c30752714b49aa55e69482b32e7
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This provides bindings for:
- zones
- recordsets
- tlds
- blacklists
- limits
- nameservers
With associated unit tests.
Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
|
|
|
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
|