lib: remove LOADING_ERROR status
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 24 Jul 2019 02:49:46 +0000 (22:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:05:19 +0000 (14:05 -0400)
commitc24a8f3c9a09050b15747806d14b722879e9e61c
tree2b6964ed11ead61e7392a37a711b86903918e87f
parent8b18e5b9b4bd112b3a88dd438f73959cb92035a7
lib: remove LOADING_ERROR status

Remove the LOADING_ERROR status, use ERROR instead.  It's not so useful
to return a separate kind of error, now that we have a way to
communicate detailed error causes.

Change-Id: I45682b12748fdf8a8466211323dd8563f01d423b
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1754
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
include/babeltrace2/babeltrace.h
include/babeltrace2/func-status.h
include/babeltrace2/plugin/plugin-const.h
src/bindings/python/bt2/bt2/__init__.py.in
src/bindings/python/bt2/bt2/utils.py
src/common/common.h
src/lib/func-status.h
src/lib/plugin/plugin-so.c
src/python-plugin-provider/python-plugin-provider.c
This page took 0.025678 seconds and 4 git commands to generate.