Interface StorageGatewayError.Builder

    • Method Detail

      • errorCode

        StorageGatewayError.Builder errorCode​(String errorCode)

        Additional information about the error.

        Parameters:
        errorCode - Additional information about the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • errorCode

        StorageGatewayError.Builder errorCode​(ErrorCode errorCode)

        Additional information about the error.

        Parameters:
        errorCode - Additional information about the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • errorDetails

        StorageGatewayError.Builder errorDetails​(Map<String,​String> errorDetails)

        Human-readable text that provides detail about the error that occurred.

        Parameters:
        errorDetails - Human-readable text that provides detail about the error that occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.