You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[error("Could not deliver message. The recipient does not have iMessage or you are being rate-limited.")]
39
39
NoValidTargets,
40
40
#[error("Failed to connect to APS {0}")]
41
41
APSConnectError(u8),
@@ -48,9 +48,9 @@ pub enum PushError {
48
48
#[cfg(feature = "macos-validation-data")]
49
49
#[error("Absinthe error {0}")]
50
50
AbsintheError(#[from]AbsintheError),
51
-
#[error("{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. Apple left a message: {0}")]
52
52
CustomerMessage(SupportAlert),
53
-
#[error("Send timeout")]
53
+
#[error("Send timeout; try again")]
54
54
SendTimedOut,
55
55
#[error("Send error {0}")]
56
56
SendErr(i64),
@@ -63,7 +63,7 @@ pub enum PushError {
63
63
#[error("Failed to authenticate. Try logging in to account.apple.com to fix your Apple Account or create a new one: {1:?} {0}")]
64
64
MobileMeError(String,Option<String>),
65
65
#[error("Bad auth cert {0}")]
66
-
AuthInvalid(u64),
66
+
AuthInvalid(IDSError),
67
67
#[error("APS parse error {0}")]
68
68
APSParseError(#[from]DekuError),
69
69
#[error("Other side hung up! {0}")]
@@ -118,7 +118,7 @@ pub enum PushError {
118
118
ProtobufError(#[from] prost::DecodeError),
119
119
#[error("Alias error {0}")]
120
120
AliasError(u32),
121
-
#[error("Handle not found {0}")]
121
+
#[error("The handle {0} no longer exists on your account. Did you lose your number? Go to the new chat creator to use a different handle.")]
6001 => write!(f,"Incompatible; Make sure Contact Key Verification and Advanced Data Protection are off. (6001)"),
1009
+
6004 => write!(f,"Please try again (6004)"),
1010
+
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)"),
0 commit comments