Skip to content

Commit ff6dda5

Browse files
committed
removing unused StoreError
1 parent 6f8c6b5 commit ff6dda5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/shared/common/src/internal/datasource/DataSourceErrorKinds.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,4 @@ export enum DataSourceErrorKind {
1212

1313
/// The SDK received malformed data from the LaunchDarkly service.
1414
InvalidData,
15-
16-
/// The data source itself is working, but when it tried to put an
17-
/// update into the data store, the data store failed (so the SDK may
18-
/// not have cached the latest data).
19-
StoreError,
2015
}

0 commit comments

Comments
 (0)