Ignore:
Timestamp:
Jun 6, 2006 5:04:30 PM (18 years ago)
Author:
bennylp
Message:

More information in error reporting on parsing error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_errno.h

    r283 r491  
    372372 */ 
    373373#define PJSIP_ESESSIONTERMINATED (PJSIP_ERRNO_START_PJSIP+140)  /* 171140 */ 
     374/** 
     375 * @hideinitializer 
     376 * Invalid session state for the specified operation. 
     377 */ 
     378#define PJSIP_ESESSIONSTATE      (PJSIP_ERRNO_START_PJSIP+141)  /* 171141 */ 
    374379 
    375380 
Note: See TracChangeset for help on using the changeset viewer.