Enum WauthnError

    Definition

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

    WebAuthn error code.

    public enum WauthnError

    Fields

    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX