Uses of Class
com.microsoft.azure.management.cosmosdb.ErrorResponse
-
-
Uses of ErrorResponse in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return ErrorResponse Modifier and Type Method Description ErrorResponseErrorResponseException. body()ErrorResponseErrorResponse. withCode(String code)Set error code.ErrorResponseErrorResponse. withMessage(String message)Set error message indicating why the operation failed.Constructors in com.microsoft.azure.management.cosmosdb with parameters of type ErrorResponse Constructor Description ErrorResponseException(String message, retrofit2.Response<okhttp3.ResponseBody> response, ErrorResponse body)Initializes a new instance of the ErrorResponseException class.
-