Public Member Functions
InferenceEngine::IErrorListener Class Referenceabstract

This class represents a custom error listener. More...

#include <ie_error.hpp>

Public Member Functions

virtual void onError (const char *msg) noexcept=0
 The plugin calls this method with a null terminated error message (in case of error) More...
 

Detailed Description

This class represents a custom error listener.

Deprecated:
IErrorListener is not used anymore. An exception is thrown / StatusCode set in case of any unexpected situations The class will be removed in 2021.1 release.

Member Function Documentation

§ onError()

virtual void InferenceEngine::IErrorListener::onError ( const char *  msg)
pure virtualnoexcept

The plugin calls this method with a null terminated error message (in case of error)

Parameters
msgError message

The documentation for this class was generated from the following file: