vestinglib/
errors.rs

1#[derive(Debug, Clone, PartialEq)]
2pub enum VestingError {
3    Revoked,
4    ConfigurationError(&'static str),
5}