Skip to content

Commit e482de2

Browse files
committed
feat(app_config): Refactor AppConfigurationState to use HtHttpException (part 1)
1 parent 1fa01ba commit e482de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/app_configuration/bloc/app_configuration_state.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class AppConfigurationState extends Equatable {
3838
/// The original application configuration loaded from the backend.
3939
final RemoteConfig? originalRemoteConfig;
4040

41-
/// An error message if an operation failed.
42-
final String? errorMessage;
41+
/// An error exception if an operation failed.
42+
final HtHttpException? exception;
4343

4444
/// Indicates if there are unsaved changes to the configuration.
4545
final bool isDirty;

0 commit comments

Comments
 (0)