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
errors returned by grape (e.g. ERR_GRAPE_ANNOUNCE) don't have error codes and are not handled in services.
right now announcing for example doesn't care about error responses, and for a service maintainer it looks like their service would announce OK - this happens with or without error code added to the error response
The text was updated successfully, but these errors were encountered:
errors returned by grape (e.g.
ERR_GRAPE_ANNOUNCE
) don't have error codes and are not handled in services.right now announcing for example doesn't care about error responses, and for a service maintainer it looks like their service would announce OK - this happens with or without error code added to the error response
The text was updated successfully, but these errors were encountered: