Remove liblo_error error code

Instead define a libloadorder_category error category to identify
libloadorder errors. This allows the libloadorder error code to be
preserved, and is more standard-c++-like.
This commit is contained in:
Oliver Hamlet
2016-10-08 12:10:21 +01:00
parent edf419cde1
commit 5cf7ae14e4
9 changed files with 112 additions and 13 deletions
+8
View File
@@ -48,3 +48,11 @@ Classes
.. doxygenclass:: loot::LootVersion
:members:
Error Categories
================
LOOT uses error category objects to identify errors with codes that originate in
lower-level libraries.
.. doxygenfunction:: loot::libloadorder_category