Enum naia_server::NaiaServerError
source · pub enum NaiaServerError {
Message(String),
Wrapped(Box<dyn Error>),
}Variants§
Implementations§
source§impl NaiaServerError
impl NaiaServerError
pub fn from_message(message: &str) -> Self
Trait Implementations§
source§impl Debug for NaiaServerError
impl Debug for NaiaServerError
source§impl Display for NaiaServerError
impl Display for NaiaServerError
source§impl Error for NaiaServerError
impl Error for NaiaServerError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()