SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Enum UserDbException.Err

    Namespace
    SWConfigDataSharedLib.Exceptions
    Assembly
    IpPbxCDSSharedLib.dll

    Error Code

    public enum UserDbException.Err

    Fields

    Success = 0

    everything ok

    Failure = 1

    something failed

    OutOfMemory = 2
    AccessDenied = 3
    InvalidArg = 4
    ConstraintError = 5

    operation failed due to some database contraints

    DatabaseNotFound = 6

    database not found at SQL server

    ConnectionFailed = 7

    connection to SQL server failed, maybe server not found

    DataLocked = 8

    Table of entry locked.

    DataIntegrityError = 9

    column integrity violated, e.g. setting non-nullable column to Null

    DataOverflow = 10

    field data to large to fit in internal variable

    EndOfFile = 11

    end of records reached

    BufferToSmall = 12
    DatabaseSchemaError = 13

    database schema inconsistant with this software

    NotFound = 14

    not found

    ConnectionTimout = 15
    CommandTimeout = 16
    MaxErr = 17

    obsolet

    © Enreach GmbH