Skip to content

Commit 8eff625

Browse files
committed
Update errors
1 parent 4a25dfb commit 8eff625

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub enum PushError {
4848
#[cfg(feature = "macos-validation-data")]
4949
#[error("Absinthe error {0}")]
5050
AbsintheError(#[from] AbsintheError),
51-
#[error("Your iMessage access is temporarily disabled. Try again later, or ask Apple to allow you to use iMessage: https://apple.co/IMFT-mac. Apple left a message: {0}")]
51+
#[error("Your iMessage access is temporarily disabled. Try again later, or ask Apple to allow you to use iMessage: https://apple.co/IMFT-mac. Choose 'Get Started,' not 'Chat.' Do not mention you are using OpenBubbles. Apple left a message: {0}")]
5252
CustomerMessage(SupportAlert),
5353
#[error("Send timeout; try again")]
5454
SendTimedOut,

src/ids/user.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,8 @@ impl Display for IDSError {
10081008
6001 => write!(f, "Incompatible; Make sure Contact Key Verification and Advanced Data Protection are off. (6001)"),
10091009
6004 => write!(f, "Please try again (6004)"),
10101010
6005 => write!(f, "Bad authentication, try again and re-enter device details if persistent. (6005)"),
1011-
6009 => write!(f, "Your iMessage access is temporarily disabled. Try again later, or ask Apple to allow you to use iMessage: https://apple.co/IMFT-mac (6009)"),
1011+
6009 => write!(f, "Your iMessage access is temporarily disabled. Try again later, or ask Apple to allow you to use iMessage: https://apple.co/IMFT-mac. Choose 'Get Started,' not 'Chat.' Do not mention you are using OpenBubbles. (6009)"),
1012+
5052 => write!(f, "An alias was just removed from your account. Try again. (5052)"),
10121013
_unk => write!(f, "Unknown IDS error {_unk}")
10131014
}
10141015
}

0 commit comments

Comments
 (0)