Fields§
§cause: Option<Box<dyn Error + Sync + Send>>Implementations§
source§impl SlackClientHttpProtocolError
impl SlackClientHttpProtocolError
pub fn cause(&mut self, value: Box<dyn Error + Sync + Send>) -> &mut Self
pub fn reset_cause(&mut self) -> &mut Self
pub fn mopt_cause(
&mut self,
value: Option<Box<dyn Error + Sync + Send>>
) -> &mut Self
pub fn without_cause(self) -> Self
pub fn opt_cause(self, value: Option<Box<dyn Error + Sync + Send>>) -> Self
Trait Implementations§
source§impl Debug for SlackClientHttpProtocolError
impl Debug for SlackClientHttpProtocolError
source§impl Error for SlackClientHttpProtocolError
impl Error for SlackClientHttpProtocolError
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()
source§impl From<SlackClientHttpProtocolErrorInit> for SlackClientHttpProtocolError
impl From<SlackClientHttpProtocolErrorInit> for SlackClientHttpProtocolError
source§fn from(value: SlackClientHttpProtocolErrorInit) -> Self
fn from(value: SlackClientHttpProtocolErrorInit) -> Self
Converts to this type from the input type.