BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_parser_err_report Struct Reference

#include <sip_parser.h>

Public Member Functions

 PJ_DECL_LIST_MEMBER (struct pjsip_parser_err_report)
 

Data Fields

int except_code
 
int line
 
int col
 
pj_str_t hname
 

Detailed Description

This structure is used to get error reporting from parser.

Member Function Documentation

◆ PJ_DECL_LIST_MEMBER()

pjsip_parser_err_report::PJ_DECL_LIST_MEMBER ( struct pjsip_parser_err_report  )

Standard header fields.

Field Documentation

◆ except_code

int pjsip_parser_err_report::except_code

Error exception (e.g. PJSIP_SYN_ERR_EXCEPTION)

◆ line

int pjsip_parser_err_report::line

Line number.

◆ col

int pjsip_parser_err_report::col

Column number.

◆ hname

pj_str_t pjsip_parser_err_report::hname

Header name, if any.


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.