S60 3rd Edition API Reference: siperr.h Source File

siperr.h

Go to the documentation of this file.
00001 /*
00002 * =============================================================================
00003 *  Name          : siperr.h
00004 *  Part of       : SIP Client API
00005 *  Interface     : SDK, SIP Client API
00006 *  Description   : 
00007 *  Version       : 1.0
00008 *
00009 *  Copyright (c) 2004 Nokia Corporation. 
00010 *  This material, including documentation and any related 
00011 *  computer programs, is protected by copyright controlled by 
00012 *  Nokia Corporation. All rights are reserved. Copying, 
00013 *  including reproducing, storing, adapting or translating, any 
00014 *  or all of this material requires the prior written consent of 
00015 *  Nokia Corporation. This material also contains confidential 
00016 *  information which may not be disclosed to others without the 
00017 *  prior written consent of Nokia Corporation. 
00018 * =============================================================================
00019 */
00020 
00021 #ifndef SIPERR_H
00022 #define SIPERR_H
00023 
00024 #include <e32base.h>
00025 
00032 const TInt KErrSIPMalformedMessage = -17700;
00033 
00035 const TInt KErrSIPInvalidRegistrarResponse = -17701;
00036 
00038 const TInt KErrSIPRequestPending = -17702;
00039 
00041 const TInt KErrSIPInvalidTransactionState = -17703;
00042 
00044 const TInt KErrSIPInvalidDialogState = -17704;
00045 
00047 const TInt KErrSIPInvalidDialogRequest = -17705;
00048 
00050 const TInt KErrSIPInvalidDialogResponse = -17706;
00051 
00053 const TInt KErrSIPTransportFailure = -17707;
00054 
00056 const TInt KErrSIPNoAckReceived = -17708;
00057 
00059 const TInt KErrSIPInvalidRegistrationState = -17709;
00060 
00062 const TInt KErrSIPInvalidContact = -17710;
00063 
00066 const TInt KErrSIPResourceNotAvailable = -17711;
00067 
00069 const TInt KErrSIPResolvingFailure = -17712;
00070 
00072 const TInt KErrSIPForbidden = -17713;
00073 
00075 const TInt KErrSIPMaxCompartmentsInUse = -17714;
00076 
00079 const TInt KErrSIPTerminatedWithResponse = -17715;
00080 
00082 const TInt KErrSIPOutboundProxyNotResponding = -17716;
00083 
00088 const TInt KErrSIPInvalidURIType = -17717;
00089 
00090 //SIPERR_H
00091 #endif

Copyright © Nokia Corporation 2001-2007
Back to top