This is a marker interface for making all the error code enums accessible for the Logger class. In order to enable an error code
enum, it must implement this interface.
In addition, every error code must have a matching resolution and description
file with the error code (the enumerated value) in the resources package directory.