Definition Decorator.hpp:19
Error
Enumeration of possible errors during dependency injection resolution.
Definition Error.hpp:26
@ OBSERVER_ACTION_EXECUTION_FAILURE
Definition Error.hpp:47
@ TAG_CONFIG_EXPECTED
Definition Error.hpp:39
@ CANNOT_BE_RESOLVED
A dependency cannot be resolved because no suitable config was found.
Definition Error.hpp:28
@ DEPENDENCY_CANNOT_BE_RESOLVED
A dependency required by another dependency cannot be resolved. This indicates a missing transitive d...
Definition Error.hpp:32
@ INVALID_DECORATOR_DEPENDENCIES
Definition Error.hpp:51
@ NOT_ALL_INPUTS_RETRIEVED
Definition Error.hpp:43
@ CONSTLETON_ERROR
Definition Error.hpp:35
@ TAG_MISMATCH
Definition Error.hpp:41
@ INVALID_DECORATOR_CONFIG
Definition Error.hpp:49
@ UNRECOGNIZED_CONFIG_INPUT
Definition Error.hpp:37
@ OBSERVER_COULD_NOT_RESOLVE_TYPE
Definition Error.hpp:45