We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa01ba commit e482de2Copy full SHA for e482de2
lib/app_configuration/bloc/app_configuration_state.dart
@@ -38,8 +38,8 @@ class AppConfigurationState extends Equatable {
38
/// The original application configuration loaded from the backend.
39
final RemoteConfig? originalRemoteConfig;
40
41
- /// An error message if an operation failed.
42
- final String? errorMessage;
+ /// An error exception if an operation failed.
+ final HtHttpException? exception;
43
44
/// Indicates if there are unsaved changes to the configuration.
45
final bool isDirty;
0 commit comments