SYSTEM_BUSY_EXCEPTION property

InteractivePlusSystemExceptionType SYSTEM_BUSY_EXCEPTION
final

Implementation

static final SYSTEM_BUSY_EXCEPTION = InteractivePlusSystemExceptionType._(
  "SystemBusyException",
  90002,
  true,
  ([locale]) => Intl.message(
    "System is busy right now.",
    name: "SystemBusyPrompt",
    desc: "Give prompt to user that the system is too busy to handle requests.",
    locale: locale
  )
);