Interface BckndError.Builder

Enclosing class:
BckndError

public static interface BckndError.Builder
Builder helper class.
  • Method Details

    • code

      BckndError.Builder1 code(@Nonnull String code)
      Set the code of this BckndError instance.
      Parameters:
      code - Descriptive error code (not http status code)
      Returns:
      The BckndError builder.