Type Alias ClientStateConnectionError

ClientStateConnectionError: {
    error: "connection";
    serverUrl: string;
    status: "error";
}