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 6d010c0 commit 893ab93Copy full SHA for 893ab93
packages/shared/sdk-server-edge/src/api/EdgeFeatureStore.ts
@@ -39,7 +39,7 @@ export class EdgeFeatureStore implements LDFeatureStore {
39
try {
40
const storePayload = await this._getStorePayload();
41
if (!storePayload) {
42
- throw new Error(`Error deserializing ${this._rootKey}`);
+ throw new Error(`Error retrieving valid store payload`);
43
}
44
45
switch (namespace) {
0 commit comments