C-API/Common: error reporting function skeleton.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 21 Oct 2021 08:21:03 +0000 (17:21 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 25 Oct 2021 08:08:12 +0000 (17:08 +0900)
commitdaa9a38a9e96451133ab786da410756b93c7dfdc
tree6d7e59949a9603daef5cb0b8adf8b597067c757d
parent181305562ea838ae276c1031118e2afad5099b14
C-API/Common: error reporting function skeleton.

dlerror()-like function that can provide error descriptions and
strerror()-like function that provide general descriptions for error codes.

This is to review its format and behavior.
The contents and internal APIs for API implementation will
follow after this API is approved.

This addresses (starts addressing) https://github.com/nnstreamer/nnstreamer/issues/3528

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
c/include/ml-api-common.h
c/src/ml-api-common.c