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
Basically, OGD core returns "success" or "failure", so naturally any APIResponse based on a request in OGD core should treat a "success" as a 200, and a "failure" as 500 when it sends back its results.
Basically, OGD core returns "success" or "failure", so naturally any
APIResponsebased on a request in OGD core should treat a "success" as a 200, and a "failure" as 500 when it sends back its results.