ErrorResponse Class
- java.
lang. Object - com.
azure. analytics. synapse. accesscontrol. models. ErrorResponse
- com.
public final class ErrorResponse
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 Summary
| Constructor | Description | |
|---|---|---|
| ErrorResponse() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Error |
getAdditionalInfo()
Get the additional |
| String |
getCode()
Get the code property: The error code. |
|
List<Error |
getDetails()
Get the details property: The error details. |
| String |
getMessage()
Get the message property: The error message. |
| String |
getTarget()
Get the target property: The error target. |
Methods inherited from java.lang.Object
Constructor Details
ErrorResponse
public ErrorResponse()
Method Details
getAdditionalInfo
public List<ErrorAdditionalInfo> getAdditionalInfo()
Get the additionalInfo property: The error additional info.
Returns:
getCode
public String getCode()
Get the code property: The error code.
Returns:
getDetails
public List<ErrorResponse> getDetails()
Get the details property: The error details.
Returns:
getMessage
public String getMessage()
Get the message property: The error message.
Returns:
getTarget
public String getTarget()
Get the target property: The error target.
Returns: