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 385d8bd commit f583f8eCopy full SHA for f583f8e
packages/remote-config/src/errors.ts
@@ -104,7 +104,7 @@ interface ErrorParams {
104
[ErrorCode.FETCH_PARSE]: { originalErrorMessage: string };
105
[ErrorCode.FETCH_STATUS]: { httpStatus: number };
106
[ErrorCode.CUSTOM_SIGNAL_MAX_ALLOWED_SIGNALS]: { maxSignals: number };
107
- [ErrorCode.CONFIG_UPDATE_STREAM_ERROR]: { originalErrorMessage?: string };
+ [ErrorCode.CONFIG_UPDATE_STREAM_ERROR]: { originalErrorMessage: string };
108
[ErrorCode.CONFIG_UPDATE_UNAVAILABLE]: { originalErrorMessage: string };
109
[ErrorCode.CONFIG_UPDATE_MESSAGE_INVALID]: { originalErrorMessage: string };
110
[ErrorCode.CONFIG_UPDATE_NOT_FETCHED]: { originalErrorMessage: string };
0 commit comments