WebSocket error data container.
typedef WebSocketError = ({ /// The error message String message, /// The error code (if available) String? code, });