mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user