Interface KpiApiError.Builder1

Enclosing class:
KpiApiError

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

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

    • message

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