Interface TntApiError.Builder

Enclosing class:
TntApiError

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

    • code

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