Asterisk - The Open Source Telephony Project
21.4.1
|
JSON parsing error information. More...
#include <json.h>
Data Fields | |
int | column |
int | line |
int | position |
char | source [AST_JSON_ERROR_TEXT_LENGTH] |
char | text [AST_JSON_ERROR_TEXT_LENGTH] |
int column |
Character (not byte, can be different for UTF-8) column on which the error occurred.
Definition at line 891 of file json.h.
Referenced by copy_error().
int line |
int position |
Position in bytes from start of input
Definition at line 893 of file json.h.
Referenced by copy_error().
char source[AST_JSON_ERROR_TEXT_LENGTH] |
Source of the error (filename or <string>)
Definition at line 897 of file json.h.
Referenced by copy_error().
char text[AST_JSON_ERROR_TEXT_LENGTH] |