Request |
The RequestFailureException type exposes the following members.
Name | Description | |
---|---|---|
Failure |
Gets the non-null Failure object containing details of
the failure on the API's servers that led to this exception on the
client.
(Inherited from FailureException) | |
Message |
Overridden to return the Failure details as the exception
message.
(Inherited from FailureException) | |
ResponseMetadata | Gets the non-null metadata from the FailureResponse that brought details of this failure back from the API servers. |
The key point here is that the API servers were not able to process the request at all, and their response contained only:
This abstract class is not designed to be extended by third-party code, which is why it does not have an accessible constructor.