Class OperationResponseParsingException
- Namespace
- Uralstech.UCloud.Operations.Exceptions
Thrown if the response of a google.longrunning API request could not be parsed.
public class OperationResponseParsingException : Exception
- Inheritance
-
OperationResponseParsingException
Fields
DownloadedText
The content downloaded from the request.
public string DownloadedText
Field Value
RequestEndpoint
The endpoint of the request.
public Uri RequestEndpoint