Type Alias SetPayloadState

Source
pub type SetPayloadState = DefaultState;

Aliased Type§

pub struct SetPayloadState {
    pub error_code: String,
    pub error_msg: String,
}

Fields§

§error_code: String§error_msg: String