Error code

Windows ERROR_CANCELLED

WINDOWSERROR_CANCELLED
System Error Code· A POSIX/system errno returned when a system call fails.

What it means

The operation was canceled by the user..

How to fix it

  1. Retry the operation without canceling it.
  2. ensure no dialog or script is dismissing the prompt.
  3. check for an automated process sending a cancel.
  4. restart the workflow if the cancel was accidental.

Not affiliated with Windows. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.