1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 15:03:22 +00:00
comunicmobile/lib/enums/load_error_level.dart

5 lines
92 B
Dart
Raw Normal View History

2019-04-23 12:35:41 +00:00
/// Load error level
///
/// @author Pierre HUBERT
enum LoadErrorLevel {MINOR, MAJOR, NONE}