java.lang.Object
com.azure.analytics.synapse.accesscontrol.models.ErrorDetail

public final class ErrorDetail extends Object
The ErrorDetail model.
  • Constructor Details

    • ErrorDetail

      public ErrorDetail()
  • Method Details

    • getCode

      public String getCode()
      Get the code property: The code property.
      Returns:
      the code value.
    • setCode

      public ErrorDetail setCode(String code)
      Set the code property: The code property.
      Parameters:
      code - the code value to set.
      Returns:
      the ErrorDetail object itself.
    • getMessage

      public String getMessage()
      Get the message property: The message property.
      Returns:
      the message value.
    • setMessage

      public ErrorDetail setMessage(String message)
      Set the message property: The message property.
      Parameters:
      message - the message value to set.
      Returns:
      the ErrorDetail object itself.
    • getTarget

      public String getTarget()
      Get the target property: The target property.
      Returns:
      the target value.
    • setTarget

      public ErrorDetail setTarget(String target)
      Set the target property: The target property.
      Parameters:
      target - the target value to set.
      Returns:
      the ErrorDetail object itself.