Service |
The ServiceException type exposes the following members.
| Name | Description | |
|---|---|---|
| Failure |
Gets the non-null Failure object containing details of
the failure on the API servers that led to this exception on the
client.
(Inherited from FailureException) | |
| IsDueToServiceTemporarilyDown | Returns true if this failure was caused by a temporary problem preventing the API service from functioning properly (sorry!); false otherwise. | |
| IsDueToServiceUnexpectedError | Returns true if this failure was caused by a unexpected error in the API service (sorry!); false otherwise. | |
| 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.
(Inherited from RequestFailureException) |