Class OperationRequestException
- Namespace
- Uralstech.UCloud.Operations.Exceptions
Thrown if a google.longrunning API request fails.
public class OperationRequestException : Exception
- Inheritance
-
OperationRequestException
Fields
RequestEndpoint
The endpoint of the failed request.
public Uri RequestEndpoint
Field Value
RequestError
The name of the request's error.
public string RequestError
Field Value
RequestErrorCode
The response code returned by the request.
public long RequestErrorCode
Field Value
RequestErrorMessage
The request's error message.
public string RequestErrorMessage