Struct slack_morphism::errors::SlackClientApiErrorInit
source · pub struct SlackClientApiErrorInit {
pub code: String,
}Fields§
§code: StringTrait Implementations§
source§impl From<SlackClientApiErrorInit> for SlackClientApiError
impl From<SlackClientApiErrorInit> for SlackClientApiError
source§fn from(value: SlackClientApiErrorInit) -> Self
fn from(value: SlackClientApiErrorInit) -> Self
Converts to this type from the input type.