CREDENTIAL_MISMATCH_EXCEPTION property

InteractivePlusSystemExceptionType CREDENTIAL_MISMATCH_EXCEPTION
final

Implementation

static final CREDENTIAL_MISMATCH_EXCEPTION = InteractivePlusSystemExceptionType._(
  "CredentialMismatchException",
  30001,
  true,
  ([locale]) => Intl.message(
    "Provided credential does not match with what we have on record.",
    name: "CredentialMismatchPrompt",
    desc: "Give prompt to user that the credential does not match what we have.",
    locale: locale
  )
);