How to check the status code in WebSocket

Hi,

I am new to WebSocket and Gatling. Just want to know that is there a way to check the response in WebSocket. When I do this I get the below error

Looks like I can check response code only with an HTTP request. Is this because WebSocket is all about text frames.

Status check is not applicable to websocket “response”. Websocket message does not have to have any status. jsonPath, regex are OK.

Thanks Katrina!