Enum ErrorFlag
Defined in File errors.hpp
Enum Documentation
-
enum ecl::lite::sigslots::ErrorFlag
Error flags for lite sigslots.
This is a subset of the ecl_errors class, reproduced here for semi-compatibility. Try and keep these matched with the ErrorFlag enums in ecl_errors for consistency.
Values:
-
enumerator NoError
No error (often a meaningful error state in itself).
-
enumerator UnknownError
Unknown error type.
-
enumerator OutOfResourcesError
Out of resources, cannot proceed.
-
enumerator NoError