Enum sentry_types::ParseProjectIdError [−][src]
pub enum ParseProjectIdError {
InvalidValue,
EmptyValue,
}Expand description
Raised if a project ID cannot be parsed from a string.
Variants
Raised if the value is not an integer in the supported range.
Raised if an empty value is parsed.
Trait Implementations
Performs the conversion.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParseProjectIdErrorimpl Send for ParseProjectIdErrorimpl Sync for ParseProjectIdErrorimpl Unpin for ParseProjectIdErrorimpl UnwindSafe for ParseProjectIdError