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 32a4024 commit f549c35Copy full SHA for f549c35
src/persistence/MCWSPersistenceProvider.js
@@ -31,6 +31,10 @@ export default class MCWSPersistenceProvider extends BaseMCWSPersistenceProvider
31
32
// it's a network error, we don't want to create a new object
33
if (error.status !== 404) {
34
+ this.openmct.notify.error(
35
+ `Error: ${error.message ?? 'Unknown error'}. Check network connection and try again.`
36
+ );
37
+
38
return {
39
identifier,
40
type: 'unknown',
0 commit comments