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
but TL;DR if my branch of TCK send a 'SendMessage' to the server with an invalid payload (missing required role and parts fields:
{"message": {"messageId": "123"}}
it raises the error {'code': -32603, 'message': "Parameter 'role' may not be null"} that corresponds to an InternalError.
When I look at the logs of my server, the IllegalArgumentException from the Message.Builder is not catched and raised as a valid spec error (should be InvalidRequestError imho)