Good afternoon everyone, how are you? I wanted to...
# gooddata-legacy
t
Good afternoon everyone, how are you? I wanted to ask if there's a difference in the error messages from the Data Integration Console between an error message due to a lost connection with the server we're calling and a connection loss due to the server rejecting the call. Thank you in advance. Regards, Tomas.
y
Hi Tomas, Can you share more detail on this error? So that we can understand better? e.g What exactly does the error say? Client Errors caused by the caller's side are normally in the range
4xx
) . Common examples; •
401
Invalid authentication •
404
Accessing a non-existing resource •
400
Generic errors with detailed descriptions found in the response payload under the
"description"
key Server Errors (
5xx
) Caused by an issue on the server's side. Could you share more details on the error? Thanks.
m
I assume it will also depend on a component that you are running in data integration console. And also what kind of server are you connecting to. In general I believe the fata integration console log usually contains the error returned by the server (i.e. rejection) but some detailed errors might be not propagated. If you have a specific process that has failed, I think GoodData support can look into what additional log details (if any) are available in the internal logs if you have the request_id or execution_id.