Interface Error.Builder3

Enclosing class:
Error

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

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

    • location

      Error location(@Nonnull String location)
      Set the location of this Error instance.
      Parameters:
      location - Where the error occurred
      Returns:
      The Error instance.