Enum WauthnError

Definition

Namespace:
Tizen.Security.WebAuthn
Assembly:
Tizen.Security.WebAuthn.dll

WebAuthn error code.

C#
Copy
public enum WauthnError
Name Description
AccessDenied

Socket access denied.

Canceled

Canceled by cancel request.

ConnectionRefused

Authenticator is uncontactable.

EncodingFailed

Encoding operation failed.

InvalidParameter

Invalid function parameter.

InvalidState

Invalid State.

None

Successful.

NoneAndWait

Successful and needs to wait for other result.

NoSuchDevice

Socket operation on non-socket error.

NotAllowed

Not allowed in the current context.

NotSupported

Not supported operation.

OutOfMemory

Memory error.

PermissionDenied

Permission denied.

Socket

Socket error.

TimedOut

Timeout.

Unknown

Unknown error.