Quaero.REST.Exceptions.RemoteFailure

Properties

Methods

Quaero.REST.Exceptions.RemoteFailure

Quaero.REST.Exceptions.RemoteFailure Class

public class Quaero.REST.Exceptions.RemoteFailure;
REST failure at on the endpoint.

Constructor

new Quaero.REST.Exceptions.RemoteFailure(Quaero.DW.Reply ret);
Constructor object for when something very wrong happens in an REST API request.

Parameters

ret
[Quaero.DW.Reply]

status Property

System.String (Quaero.REST.Exceptions.RemoteFailure)remotefailure.status;
REST status. Always "error".

error Property

System.String (Quaero.REST.Exceptions.RemoteFailure)remotefailure.error;
Short text describing the error.

fault Property

System.String[] (Quaero.REST.Exceptions.RemoteFailure)remotefailure.fault;
Array of text describing the error.

Message Property

System.String (Quaero.REST.Exceptions.RemoteFailure)remotefailure.Message;
Full description of the error for display.