Skip to content

Commit f8f2f54

Browse files
committed
refactor: improve no store message error
1 parent b949281 commit f8f2f54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/constants.util.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export const ERROR_MESSAGES = {
1010
NOT_CONNECTED: 'MQTT client is not connected.',
1111
FAILED_TO_CONNECT:
1212
'Failed to connect to MQTT broker. Please, check your connection settings.',
13-
NO_STORE: 'No store found. Did you forget to set the store?',
13+
NO_STORE:
14+
'No redux store found. Please, set a redux store with WorkflowManagerConfig.setStore method before using WorkflowManager.',
1415
INVALID_JSON: 'The MQTT message is not a valid JSON.',
1516
};
1617

0 commit comments

Comments
 (0)