Interface RTAError.Builder

Enclosing class:
RTAError

public static interface RTAError.Builder
Builder helper class.
  • Method Details

    • code

      RTAError.Builder1 code(@Nonnull String code)
      Set the code of this RTAError instance.
      Parameters:
      code - Descriptive error code (not http status code)
      Returns:
      The RTAError builder.