UNKNOWN_INNER_ERROR property

InteractivePlusSystemExceptionType UNKNOWN_INNER_ERROR
final

Implementation

static final UNKNOWN_INNER_ERROR = InteractivePlusSystemExceptionType._(
  "UnknownInnerError",
  -1,
  true,
  ([locale]) => Intl.message(
    "An unknown inner error occurred.",
    name: "UnknownInnerErrorPrompt",
    desc: "Give prompt to user that an unknown inner error has occurred.",
    locale: locale
  )
);