Class CloudError


  • public class CloudError
    extends Object
    The object that defines the structure of an Azure Synapse error response.
    • Constructor Detail

      • CloudError

        public CloudError()
    • Method Detail

      • getCode

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

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

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

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

        public String getTarget()
        Get the target property: Property name/path in request associated with error.
        Returns:
        the target value.
      • setTarget

        public CloudError setTarget​(String target)
        Set the target property: Property name/path in request associated with error.
        Parameters:
        target - the target value to set.
        Returns:
        the CloudError object itself.
      • getDetails

        public List<CloudError> getDetails()
        Get the details property: Array with additional error details.
        Returns:
        the details value.
      • setDetails

        public CloudError setDetails​(List<CloudError> details)
        Set the details property: Array with additional error details.
        Parameters:
        details - the details value to set.
        Returns:
        the CloudError object itself.