We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e1c7f commit 0996ccaCopy full SHA for 0996cca
1 file changed
libs/server-sdk/src/data_systems/fdv2/polling_initializer.cpp
@@ -73,7 +73,7 @@ data_interfaces::FDv2SourceResult FDv2PollingInitializer::Run() {
73
<< kIdentity << ": invalid polling endpoint URL";
74
return data_interfaces::FDv2SourceResult{
75
data_interfaces::FDv2SourceResult::TerminalError{
76
- MakeError(ErrorKind::kNetworkError, 0,
+ MakeError(ErrorKind::kUnknown, 0,
77
"invalid polling endpoint URL"),
78
false}};
79
}
0 commit comments