Interface ApiError.Builder1

Enclosing class:
ApiError

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

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

    • message

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