Interface Error.Builder1

Enclosing class:
Error

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

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

    • code

      Error.Builder2 code(@Nonnull Integer code)
      Set the code of this Error instance.
      Parameters:
      code - The code of this Error
      Returns:
      The Error builder.