You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Message: fmt.Sprintf("Subflows are present in the export file. Subflows must be managed as their own independent davinci_flow resources. Please re-export the DaVinci flow without subflows."),
185
+
Message: "Subflows are present in the export file. Subflows must be managed as their own independent davinci_flow resources. Please re-export the DaVinci flow without subflows.",
186
186
Result: output.ENUM_RESULT_FAILURE,
187
187
}
188
188
189
189
caseerrors.Is(vErr, davinci.ErrInvalidJson):
190
190
191
191
outputOpts= output.Opts{
192
-
Message: fmt.Sprintf("The DaVinci Flow Export JSON is not valid JSON. Please re-export the DaVinci flow."),
192
+
Message: "The DaVinci Flow Export JSON is not valid JSON. Please re-export the DaVinci flow.",
193
193
Result: output.ENUM_RESULT_FAILURE,
194
194
}
195
195
196
196
caseerrors.Is(vErr, davinci.ErrEmptyFlow):
197
197
198
198
outputOpts= output.Opts{
199
-
Message: fmt.Sprintf("The DaVinci Flow Export JSON is empty. Please re-export the DaVinci flow."),
199
+
Message: "The DaVinci Flow Export JSON is empty. Please re-export the DaVinci flow.",
200
200
Result: output.ENUM_RESULT_FAILURE,
201
201
}
202
202
203
203
caseerrors.Is(vErr, davinci.ErrNoFlowDefinition):
204
204
205
205
outputOpts= output.Opts{
206
-
Message: fmt.Sprintf("No flow definition found in the DaVinci Flow Export JSON. Expecting exactly one flow definition. Please re-export the DaVinci flow."),
206
+
Message: "No flow definition found in the DaVinci Flow Export JSON. Expecting exactly one flow definition. Please re-export the DaVinci flow.",
Message: fmt.Sprintf("Save flow variable nodes are present but are missing variable values in the DaVinci Flow Export JSON. Please re-export the DaVinci flow ensuring that variable values are included."),
213
+
Message: "Save flow variable nodes are present but are missing variable values in the DaVinci Flow Export JSON. Please re-export the DaVinci flow ensuring that variable values are included.",
214
214
Result: output.ENUM_RESULT_FAILURE,
215
215
}
216
216
217
217
caseerrors.As(vErr, &equatesEmptyError):
218
218
219
219
outputOpts= output.Opts{
220
-
Message: fmt.Sprintf("The JSON does not appear to be a valid DaVinci export file. Please re-export the DaVinci flow."),
220
+
Message: "The JSON does not appear to be a valid DaVinci export file. Please re-export the DaVinci flow.",
221
221
Result: output.ENUM_RESULT_FAILURE,
222
222
Fields: map[string]interface{}{
223
223
"Computed Difference (empty is failure)": equatesEmptyError.Diff,
Message: fmt.Sprintf("The DaVinci flow will be accepted by the provider, but the DaVinci Flow Export contains unknown properties that cannot be validated. These parameters will be preserved on import to the DaVinci service, but there may be unpredictable results in difference calculation."),
240
+
Message: "The DaVinci flow will be accepted by the provider, but the DaVinci Flow Export contains unknown properties that cannot be validated. These parameters will be preserved on import to the DaVinci service, but there may be unpredictable results in difference calculation.",
0 commit comments