Uses of Class
com.microsoft.azure.management.cosmosdb.ErrorResponse
Packages that use ErrorResponse
Package
Description
This package contains the classes for CosmosDB.
-
Uses of ErrorResponse in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return ErrorResponseModifier and TypeMethodDescriptionErrorResponseException.body()
Set error code.ErrorResponse.withMessage
(String message) Set error message indicating why the operation failed.Constructors in com.microsoft.azure.management.cosmosdb with parameters of type ErrorResponseModifierConstructorDescriptionErrorResponseException
(String message, retrofit2.Response<okhttp3.ResponseBody> response, ErrorResponse body) Initializes a new instance of the ErrorResponseException class.