#ifndef ERROR_INFO_H #define ERROR_INFO_H #include "data/StorageTypes.h" typedef StorageError ErrorInfo; #endif // ERROR_INFO_H