OUTER_SERVICE_FAILURE property

InteractivePlusSystemExceptionType OUTER_SERVICE_FAILURE
final

Implementation

static final OUTER_SERVICE_FAILURE = InteractivePlusSystemExceptionType._(
  "OuterServiceFailure",
  4,
  true,
  ([locale]) => Intl.message(
    "An outer service experienced an failure, the system is unable to process your request.",
    name: "OuterServiceFailurePrompt",
    desc: "Give prompt to user that an outer service failed to perform an action.",
    locale: locale
  )
);