pub trait SolErrorDecode { // Required method fn decode(data: &[u8]) -> Result<Self, Error> where Self: Sized; }
Solidity ABI decode error data (if possible).
Solidity ABI decode error data into this type.