Failure |
The FailureResponse type exposes the following members.
Name | Description | |
---|---|---|
Failure | Gets the non-null Failure object that contains details of the failure in the API's server-side processing of the request. | |
Metadata |
Gets a non-null ResponseMetadata object containing metadata
sent back with the response from the API servers, including details of the
account's current rate limit.
(Inherited from Response) |
Name | Description | |
---|---|---|
Equals |
Returns true if obj is a
FailureResponse with an equal Failure
(the Metadata is not considered in the equality test).
(Overrides ObjectEquals(Object)) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
You will probably only need to deal with this class directly if you are working directly with the IRequestProcessor interface. If you use DegreeDaysApi instead, any FailureResponse objects will be turned into RequestFailureException objects automatically.