pub type RpcStateGetResponse = Result<Value, RpcStateGetError>;
pub enum RpcStateGetResponse { Ok(Value), Err(RpcStateGetError), }
Contains the success value
Contains the error value