Add contextual description on failed runtime check
authorOlivier Dion <odion@efficios.com>
Tue, 20 Aug 2024 22:31:31 +0000 (18:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 23 Oct 2024 15:41:41 +0000 (11:41 -0400)
commit8070fa8ba1879b75ebe9bca0d464564a1d3eccc3
tree1f334e6f9fc694930bd0fbc68af37f183c7e5567
parentd224f45cf45789eb92946c1132d9dd02b7923057
Add contextual description on failed runtime check

The following is an example of error output emitted before aborting:

================================================================================
                                 ERROR!
Type mismatch between description and arguments
Expecting `SIDE_TYPE_U32' but got `SIDE_TYPE_U64' in:

myprovider:myevent
        field: "abc"
================================================================================
Aborted

Change-Id: I695cafe59a92970f7c51ec894eb02fc0008c1c64
Signed-off-by: Olivier Dion <odion@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/visit-arg-vec.c
This page took 0.023153 seconds and 4 git commands to generate.