Wavelength
Privacy-focused, cross-platform, and open-source communication application
Loading...
Searching...
No Matches
JoinResult Struct Reference

Represents the result of an attempt to join a wavelength. More...

#include <wavelength_joiner.h>

Collaboration diagram for JoinResult:

Public Attributes

QString error_reason
 If success is false, contains a string describing the reason for failure (e.g., "Password required", "Invalid password", "WAVELENGTH UNAVAILABLE").
 
bool success
 True if the join attempt was successful, false otherwise.
 

Detailed Description

Represents the result of an attempt to join a wavelength.

Member Data Documentation

◆ error_reason

QString JoinResult::error_reason

If success is false, contains a string describing the reason for failure (e.g., "Password required", "Invalid password", "WAVELENGTH UNAVAILABLE").

◆ success

bool JoinResult::success

True if the join attempt was successful, false otherwise.


The documentation for this struct was generated from the following file: