Enum async_abci::Error
source · pub enum Error {
StdIoError(Error),
ProstEncodeError(EncodeError),
ProstDecodeError(DecodeError),
ServerNotBinding,
ABCIFormatError,
ABCIPacketError,
StateError,
}Expand description
Error.
Variants§
StdIoError(Error)
ProstEncodeError(EncodeError)
ProstDecodeError(DecodeError)
ServerNotBinding
ABCIFormatError
ABCIPacketError
StateError
Trait Implementations§
source§impl From<DecodeError> for Error
impl From<DecodeError> for Error
source§fn from(e: DecodeError) -> Self
fn from(e: DecodeError) -> Self
Converts to this type from the input type.
source§impl From<EncodeError> for Error
impl From<EncodeError> for Error
source§fn from(e: EncodeError) -> Self
fn from(e: EncodeError) -> Self
Converts to this type from the input type.