Google Messenger Question (SMS)

thebourbonnflip

Well-known member
May 23, 2011
53
0
0
The 'Error Code' on the bottom of the text message through message details of the sent sms when it goes over the character limit. What does that mean? Because I also have 'delivery reports' ON and it gives me the check mark that the destination phone number did receive it and the recipient replies as well but that 'Error Code' seems odd. txt.png
 
I'd suspect any error code of 0 or 65535 (or 32767) - it sounds like an overrun of 0. (Bitwise arithmetic is strange - a single bit in the wrong place can give you a huge number, even it it's not supposed to be there - which is why no one uses those numbers as error codes [the codes are decided by the developer, any code other than zero can mean anything - but 65535 normally wouldn't be used].)