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
When a motor send an error, the error is catched but not transformed. The idea is to add an errorResponse for the interface between a motor and an API :
when an error occurs, this error is send to writeRouteResponse which will create and errorResponse. This errorResponse will be send to the API and it will decide what to do with it.
errorResponse should have engineExtra too
The text was updated successfully, but these errors were encountered:
When a motor send an error, the error is catched but not transformed. The idea is to add an errorResponse for the interface between a motor and an API :
The text was updated successfully, but these errors were encountered: