Enum AccountError

    Definition

    Namespace:
    Tizen.Account.AccountManager
    Assembly:
    Tizen.Account.AccountManager.dll

    Enumeration for the types of error occurred, if any.

    public enum AccountError

    Fields

    Name Description
    DBBusy

    SQLite busy handler expired.

    DBFailed

    DB operation failed.

    DBNotOpened

    DB is not connected.

    Duplicated

    Same user name exists in your application.

    EventSubscriptionFailed

    Subscription failed

    InvalidOperation

    Invalid operation.

    InvalidParameter

    Invalid parameter.

    IteratorEnd

    Iterator has reached the end.

    MultipleNotAllowed

    Multiple accounts are not supported.

    NoData

    Empty data.

    None

    Successful.

    NotificationFailed

    Notification failed.

    OutOfMemory

    Out of memory.

    PermissionDenied

    Permission denied.

    ProviderNotRegistered

    Account provider is not registered.

    QuerySyntaxError

    DB query syntax error.

    RecordNotFound

    Elated record does not exist.

    XMLFileNotFound

    XML file not found.

    XMLParseFailed

    XML parse failed.

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