Interface DataSourceErrorMessage.Builder

  • Method Details

    • errorDetail

      DataSourceErrorMessage.Builder errorDetail(String errorDetail)

      The details of the error message that is returned if the operation cannot be successfully completed.

      Parameters:
      errorDetail - The details of the error message that is returned if the operation cannot be successfully completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorType

      DataSourceErrorMessage.Builder errorType(String errorType)

      The type of the error message that is returned if the operation cannot be successfully completed.

      Parameters:
      errorType - The type of the error message that is returned if the operation cannot be successfully completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorType

      The type of the error message that is returned if the operation cannot be successfully completed.

      Parameters:
      errorType - The type of the error message that is returned if the operation cannot be successfully completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: