ITEM_EXPIRED_EXCEPTION property

InteractivePlusSystemExceptionType ITEM_EXPIRED_EXCEPTION
final

Implementation

static final ITEM_EXPIRED_EXCEPTION = InteractivePlusSystemExceptionType._(
  "ItemExpiredException",
  20003,
  true,
  ([locale]) => Intl.message(
    "Item expired.",
    name: "ItemExpiredPrompt",
    desc: "Give prompt to user that the requested item/object has expired.",
    locale: locale
  )
);