Interface RTAError.Builder1

Enclosing class:
RTAError

public static interface RTAError.Builder1
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    message(String message)
    Set the message of this RTAError instance.
  • Method Details

    • message

      RTAError message(@Nonnull String message)
      Set the message of this RTAError instance.
      Parameters:
      message - Plaintext error description
      Returns:
      The RTAError instance.