Enum imessage_database::error::plist::PlistParseError
source · pub enum PlistParseError {
MissingKey(String),
NoValueAtIndex(usize),
InvalidType(String, String),
InvalidTypeIndex(usize, String),
InvalidDictionarySize(usize, usize),
NoPayload,
WrongMessageType,
InvalidEditedMessage(String),
StreamTypedError(StreamTypedError),
}Expand description
Errors that can happen when parsing the plist data stored in the payload_data field