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
// OutboundHTTPResponse represents the response from gateway to workflow node.
73
73
typeOutboundHTTPResponsestruct {
74
-
ErrorMessagestring`json:"errorMessage,omitempty"`// error message for all errors except HTTP errors returned by external endpoints
75
-
IsExternalEndpointErrorbool`json:"isExternalEndpointError,omitempty"`// indicates whether the error is from a faulty external endpoint (e.g. timeout, response size) vs error introduced internally by gateway execution
76
-
StatusCodeint`json:"statusCode,omitempty"`// HTTP status code
0 commit comments