| Package | Description | 
|---|---|
| com.microsoft.azure | 
 The package contains the runtime classes required for AutoRest generated
 Azure clients to compile and function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CloudError | 
CloudException.body()  | 
CloudError | 
CloudError.withCode(String code)
Sets the error code parsed from the body of the http error response. 
 | 
CloudError | 
CloudError.withMessage(String message)
Sets the error message parsed from the body of the http error response. 
 | 
CloudError | 
CloudError.withTarget(String target)
Sets the target of the error. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<CloudError> | 
CloudError.details()  | 
| Constructor and Description | 
|---|
CloudException(String message,
              retrofit2.Response<okhttp3.ResponseBody> response,
              CloudError body)
Initializes a new instance of the CloudException class. 
 | 
Copyright © 2019. All rights reserved.