We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe1fa2 commit 604762cCopy full SHA for 604762c
axiom/nr_segment.h
@@ -117,10 +117,10 @@ typedef struct _nr_segment_metric_t {
117
typedef struct _nr_segment_error_t {
118
char* error_message; /* The error message that will appear on a span event. */
119
char* error_class; /* The error class that will appear on a span event. */
120
- char* error_file;
121
- int error_line;
122
- char* error_context;
123
- int error_no;
+ char* error_file; /* The error file that will appear on a span event. */
+ int error_line; /* The error line that will appear on a span event. */
+ char* error_context; /* The error context that will appear on a span event. */
+ int error_no; /* The error number that will appear on a span event. */
124
} nr_segment_error_t;
125
126
/*
0 commit comments