Skip to content

Commit 20b568b

Browse files
hahuja2mfulb
authored andcommitted
chore(axiom): update description and remove option variable
1 parent 382c5d9 commit 20b568b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

axiom/nr_errors_private.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ struct _nr_error_t {
2525
int priority; /* Error priority - lowest to highest */
2626
char* message; /* Error message */
2727
char* klass; /* Error class */
28-
char* error_file; /* Error file */
29-
int error_line; /* Error line */
30-
char* error_context; /* Error context */
31-
int error_no; /* Error number */
32-
int option; /* Error option */
28+
char* error_file; /* User provided error file */
29+
int error_line; /* User provided error line */
30+
char* error_context; /* User provided error context */
31+
int error_no; /* User provided error number */
3332
char* stacktrace_json; /* Stack trace in JSON format */
3433
char* span_id; /* ID of the current executing span at the time the error
3534
occurred */

0 commit comments

Comments
 (0)