1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00
comunicmobile/lib/enums/load_error_level.dart

5 lines
92 B
Dart
Raw Permalink Normal View History

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