Interface TntApiError.Builder1

Enclosing class:
TntApiError

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

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

    • message

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