PERMISSION_DENIED_EXCEPTION property

InteractivePlusSystemExceptionType PERMISSION_DENIED_EXCEPTION
final

Implementation

static final PERMISSION_DENIED_EXCEPTION = InteractivePlusSystemExceptionType._(
  "PermissionDeniedException",
  40001,
  true,
  ([locale]) => Intl.message(
    "Permission denied.",
    name: "PermDeniedPrompt",
    desc: "Give prompt to user that the operation does not match the permission level of the identity.",
    locale: locale
  )
);