Interface ErrorDetail.Builder

    • Method Detail

      • errorCode

        ErrorDetail.Builder errorCode​(String errorCode)

        The code associated with the data source sync error.

        Parameters:
        errorCode - The code associated with the data source sync error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • errorCode

        ErrorDetail.Builder errorCode​(ErrorCode errorCode)

        The code associated with the data source sync error.

        Parameters:
        errorCode - The code associated with the data source sync error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • errorMessage

        ErrorDetail.Builder errorMessage​(String errorMessage)

        The message explaining the data source sync error.

        Parameters:
        errorMessage - The message explaining the data source sync error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.