class ov::Busy

Thrown in case of calling the InferRequest methods while the request is busy with compute operation.

#include <exception.hpp>

class Busy: public ov::Exception
{
public:
    // methods

    static void create(const std::string& explanation);
};

Inherited Members

public:
    // methods

    static void create(
        const CheckLocInfo& check_loc_info,
        const std::string& context_info,
        const std::string& explanation
        );