Enum glean_core::traits::EventRecordingError [−][src]
pub enum EventRecordingError {
InvalidId,
InvalidExtraKey,
}Expand description
The possible errors when parsing to an extra key.
Variants
Expand description
The id doesn’t correspond to a valid extra key
Expand description
The value doesn’t correspond to a valid extra key