Error Codes

Header: uiautomationcoreapi.h

This topic describes the error codes exposed by Microsoft UI Automation. The list is sorted alphabetically by name.

SymbolicCodeDescription
UIA_E_ELEMENTNOTAVAILABLE0x80040201Indicates that a method was called on a virtualized element, or on an element that no longer exists, usually because it has been destroyed.
UIA_E_ELEMENTNOTENABLED0x80040200Indicates that a method that requires an enabled element, such as Select or Expand , was called on an element that was disabled.
UIA_E_INVALIDOPERATION0x80131509Indicates that the method attempted an operation that was not valid.
UIA_E_NOCLICKABLEPOINT0x80040202Indicates that the GetClickablePoint method was called on an element that has no clickable point.
UIA_E_NOTSUPPORTED0x80040204Indicates that the provider explicitly does not support the specified property or control pattern. UI Automation will return this error code to the caller without attempting to provide a default value or falling back to another provider.
UIA_E_PROXYASSEMBLYNOTLOADED0x80040203Indicates that a problem occurred when loading an assembly that contains a client-side (proxy) provider.
UIA_E_TIMEOUT0x80131505Indicates that the time allotted for a process or operation has expired.
7 entries

Article text from the Win32 documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.