Status Property
Status
An application independent status.
C#
ResponseStatus Status { get; }
Property Value
Type | Description |
---|---|
Response |
ResponseStatus.Success, ResponseStatus.Failed, etc. |
Remarks
The Status property communicates many common error conditions. For example
there is no data to return, or the command required a touch interaction.
These errors are best checked and handled before calling methods
that use the data returned by the YubiKey such as
Get