Public Member Functions
InferenceEngine::IErrorListener Class Referenceabstract

This class represents a custom error listener. Plugin consumers can provide it via InferenceEngine::SetLogCallback. 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. Plugin consumers can provide it via InferenceEngine::SetLogCallback.

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
msg Error message

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