B.4 Error Codes

The following error codes can appear in server or client logs:


    // Common error codes
    Failed                = -1000,
    InvalidPIN            = -1001,
    InvalidSessionID      = -1002,
    InvalidMeetingID      = -1003,
    InvalidSubmeetingID   = -1004,
    InvalidUserID         = -1005,
    InvalidParticipantID  = -1006,
    InvalidServiceID      = -1007,
    DuplicateID           = -1008,
    InvalidParameter      = -1009,
    ParameterParseError   = -1010,
    DuplicateUserName     = -1011,
    PINAllocationError    = -1012,
    NoClientConnection    = -1013,
    PINExpired            = -1014,
    PINNotValidYet        = -1015,

    // Error codes from controller
    InvalidAddress        = -2000,
    NotAuthorized         = -2001,
    NotMember             = -2002,
    InsufficientResources = -2003,
    NotLoaded             = -2004,
    AlreadyConnected      = -2005,
    NotConnected          = -2006,
    NotActive             = -2007,
    NoPhoneNumber         = -2008,
    InAnotherMeeting      = -2009,
    MeetingExists         = -2010,
    InvalidPassword       = -2011,
    Disconnected          = -2012,
    NotWhileLecture       = -2013,
    MeetingLocked         = -2014,
    PhoneNumberNotFound   = -2015,
    MeetingStartTimeout   = -2016,
    NoPort                = -2017,
    MtgArchiverTimeout    = -2018,
    MeetParamNotFound     = -2019,

    // Error codes from voice service
    InvalidCallID              = -3000,
    NotConferenced             = -3001,
    MissingPIN                 = -3002,
    NoAvailResource            = -3003,

    // Error codes from address book/schedule
    DBAccessError              = -4000,
    AddressBookError           = -4001,
    DuplicateContact           = -4002,
    ProfileSystemDeleteError   = -4003,
    ProfileInUseError          = -4004,
    UnknownGroup               = -4005,
    CommunitySystemDeleteError = -4006,
    CommunityNotFound          = -4007,
    CommunityStatusNotFound    = -4008,
    CommunityDisabled          = -4009,
    CommunityNameNotUnique     = -4010,
    DirectoryNotFound          = -4011,
    ProfileNotFound            = -4012,
    DuplicateUsername          = -4013,
    MaxMeetingsExceeded        = -4014,
    ProfileNameNotUnique       = -4015,
    InstantMeetingNotFound     = -4016,
    UserNotFound               = -4017,
    MaxPresenceExceeded        = -4018,
    InvalidScreenName          = -4019,
    InvalidScreenPassword      = -4020,
    CommunityOwnerDeleteError  = -4021,

    // Error from app share
    NoShareSession             = -5000,
    ShareFailed                = -5001,