Class ErrorResponse
java.lang.Object
com.microsoft.azure.management.resources.ErrorResponse
Error Response.
Common error response for all Azure Resource Manager APIs to return error
details for failed operations. (This also follows the OData error response
format.).
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-
-
Method Details
-
code
Get the error code.- Returns:
- the code value
-
message
Get the error message.- Returns:
- the message value
-
target
Get the error target.- Returns:
- the target value
-
details
Get the error details.- Returns:
- the details value
-
additionalInfo
Get the error additional info.- Returns:
- the additionalInfo value
-