OUTER_SERVICE_CREDENTIAL_MISMATCH property

InteractivePlusSystemExceptionType OUTER_SERVICE_CREDENTIAL_MISMATCH
final

Implementation

static final OUTER_SERVICE_CREDENTIAL_MISMATCH = InteractivePlusSystemExceptionType._(
  "OuterServiceCredentialMismatch",
  3,
  false,
  ([locale]) => Intl.message(
    'Authentication failed for outer service.',
    name: "OuterServiceCredentialMismatchPrompt",
    desc:"Give prompt to user that an outer service failed to gain authentication from the service.",
    locale: locale
  )
);