exception documentation
class RequestError(ProtocolError):
Error on request.
This signifies an error in the request format or request handling, but not (e.g.) an error in starting up an instance.
Some common conditions that can trigger this exception:
- job submission failed because the job data was wrong
- query failed because required fields were missing