Interface Error.Builder2

Enclosing class:
Error

public static interface Error.Builder2
Builder helper class.
  • Method Summary

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

    • message

      Error.Builder3 message(@Nonnull String message)
      Set the message of this Error instance.
      Parameters:
      message - The message of this Error
      Returns:
      The Error builder.