Error in Unity:

In Server.cs. I have the definition for the OnServerError action also pulled up.

Few things I've taken note here.
One, The second argument does not take an Exception object. Instead, it asks for a TransportError enum. Also, OnServerError also requires a third argument, which is not provided. The third argument is a string, so I assume that's meant for an error message?
Error in Unity:


In Server.cs. I have the definition for the OnServerError action also pulled up.
Few things I've taken note here.
One, The second argument does not take an Exception object. Instead, it asks for a TransportError enum. Also, OnServerError also requires a third argument, which is not provided. The third argument is a string, so I assume that's meant for an error message?