Interface DataSourceErrorMessage.Builder

    • Method Detail

      • 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:
        DataSourceErrorType, DataSourceErrorType
      • errorType

        DataSourceErrorMessage.Builder errorType​(DataSourceErrorType 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:
        DataSourceErrorType, DataSourceErrorType