Expand description
§server_mocker_error
server_mocker_error is a type representing an error raised by a server mocker. It’s mainly errors raised by the underlying socket server.
The error is raised directly during call to ServerMocker methods, or when the server mocker is running asynchronously and an error occurs.
If so, errors can be retrieved with ServerMocker::pop_server_error method.
Enums§
- Represents an error raised by a server mocker.