ErrorResponse Class

  • java.lang.Object
    • com.azure.analytics.synapse.accesscontrol.models.ErrorResponse

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<ErrorAdditionalInfo> getAdditionalInfo()

Get the additionalInfo property: The error additional info.

String getCode()

Get the code property: The error code.

List<ErrorResponse> 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:

the additionalInfo value.

getCode

public String getCode()

Get the code property: The error code.

Returns:

the code value.

getDetails

public List<ErrorResponse> getDetails()

Get the details property: The error details.

Returns:

the details value.

getMessage

public String getMessage()

Get the message property: The error message.

Returns:

the message value.

getTarget

public String getTarget()

Get the target property: The error target.

Returns:

the target value.

Applies to