<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/exceptions.py, branch stable/stein</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Make remote error handling more robust</title>
<updated>2017-09-01T10:45:10+00:00</updated>
<author>
<name>Jens Harbott</name>
<email>j.harbott@x-ion.de</email>
</author>
<published>2017-09-01T10:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=5b502b9f7849c7722d9c2737099b2e5d3380cda8'/>
<id>5b502b9f7849c7722d9c2737099b2e5d3380cda8</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Show proper error on over quota commands</title>
<updated>2017-01-31T23:03:19+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hpe.com</email>
</author>
<published>2017-01-31T19:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f540d1c09b8bfbc6f536b82f4293eeada59d8636'/>
<id>f540d1c09b8bfbc6f536b82f4293eeada59d8636</id>
<content type='text'>
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I811a0f0e3dcc3406ba9a07b0d54788a3241a7cd2
Closes-Bug: #1629222
</pre>
</div>
</content>
</entry>
<entry>
<title>Makes error msg more helpful</title>
<updated>2015-09-24T12:26:59+00:00</updated>
<author>
<name>James Li</name>
<email>yueli.m@gmail.com</email>
</author>
<published>2015-08-21T04:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=87a48c77259fb475cb0db0231cdab1b2366e3416'/>
<id>87a48c77259fb475cb0db0231cdab1b2366e3416</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Make is so exceptions have some message</title>
<updated>2015-09-01T17:20:13+00:00</updated>
<author>
<name>TerryHowe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2015-09-01T17:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=7beda7dafd77c15709c4d8bfd6e30b447018d384'/>
<id>7beda7dafd77c15709c4d8bfd6e30b447018d384</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>V2 Bindings</title>
<updated>2015-05-07T15:23:09+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hp.com</email>
</author>
<published>2014-11-13T08:56:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=2a2c85ce21cd03ba871f0b44195e7ed22e680d62'/>
<id>2a2c85ce21cd03ba871f0b44195e7ed22e680d62</id>
<content type='text'>
This provides bindings for:

- zones
- recordsets
- tlds
- blacklists
- limits
- nameservers

With associated unit tests.

Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This provides bindings for:

- zones
- recordsets
- tlds
- blacklists
- limits
- nameservers

With associated unit tests.

Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Moniker -&gt; Designate</title>
<updated>2013-06-09T21:08:11+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@hp.com</email>
</author>
<published>2013-06-09T20:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=67c14f0573f15f6fbe6c71e8323828af27e1203a'/>
<id>67c14f0573f15f6fbe6c71e8323828af27e1203a</id>
<content type='text'>
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
</pre>
</div>
</content>
</entry>
</feed>
