OpenAssetIO
An abstract API for generalising interactions between a host application and an asset management system
|
Exception thrown when a BatchElementError is converted. More...
#include <exceptions.hpp>
Public Member Functions | |
BatchElementException (std::size_t idx, BatchElementError err, const std::string &message) | |
Public Attributes | |
std::size_t | index |
Index describing which batch element has caused an error. More... | |
BatchElementError | error |
Object describing the nature of the specific error. More... | |
Exception thrown when a BatchElementError is converted.
Not a type that a manager should throw, exclusively thrown via the middleware when the user is calling an exceptional convenience and a BatchElementError is emitted by the manager.
|
inline |
BatchElementError error |
Object describing the nature of the specific error.
std::size_t index |
Index describing which batch element has caused an error.
Copyright 2013-2023 The Foundry Visionmongers Ltd. OpenAssetIO is released under the Apache 2.0 License