Files
ironic-python-agent/ironic_python_agent
Josh Gachnang 108599f3f0 Fix printing of errors in IPA
Exception messages weren't being bubbled up to the API because the
base exception class wasn't printing correctly. This adds a string
and representation function to ensure they print properly and show
up correctly when debugging interactively.

Cleaned up the `message` attr on the exception classes. It looks
like they started out all without a period, but started adding them
later. Changed classes that were setting error `details` == `message`
to use the default details provided in RESTError.

Change-Id: I1ce256585c9a574e1d1f857c7dc4c417a56b913b
2015-08-11 14:03:09 -07:00
..
2015-03-24 08:43:35 +01:00
2015-08-04 09:29:44 -07:00
2015-06-18 16:00:25 -04:00
2015-08-11 14:03:09 -07:00
2015-03-24 08:43:35 +01:00
2015-06-24 11:19:07 +02:00
2015-08-11 14:03:09 -07:00
2015-06-24 11:19:07 +02:00
2015-07-15 17:12:08 +01:00
2015-08-03 18:39:13 +03:00