REQUEST_FORMAT_EXCEPTION property

InteractivePlusSystemExceptionType REQUEST_FORMAT_EXCEPTION
final

Implementation

static final REQUEST_FORMAT_EXCEPTION = InteractivePlusSystemExceptionType._(
  "RequestFormatException",
  10001,
  true,
  ([locale]) => Intl.message(
    "The reqeust is not formatted correctly.",
    name: "RequestFormatExceptionPrompt",
    desc: "Give prompt to user that the request is not formatted correctly.",
    locale: locale
  )
);