Enum ResultCode
- Namespace
- Selenium.WebDriver.BiDi.Cdp.SmartCardEmulation
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Indicates the PC/SC error code.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__ErrorCodes.html Microsoft: https://learn.microsoft.com/en-us/windows/win32/secauthn/authentication-return-values
[JsonConverter(typeof(JsonStringEnumConverter<ResultCode>))]
public enum ResultCode
Fields
Cancelled = 13CommError = 25InsufficientBuffer = 14InternalError = 26InvalidHandle = 15InvalidParameter = 16InvalidValue = 17NoMemory = 18NoReadersAvailable = 22NoService = 24NoSmartcard = 9NotReady = 12NotTransacted = 8ProtoMismatch = 10RemovedCard = 1ResetCard = 2ServerTooBusy = 27ServiceStopped = 23SharingViolation = 7Shutdown = 29Success = 0SystemCancelled = 11Timeout = 19Unexpected = 28Unknown = 31UnknownCard = 30UnknownReader = 20UnpoweredCard = 3UnresponsiveCard = 4UnsupportedCard = 5UnsupportedFeature = 21