Protocols/MySpaceIM/Commands/Error: Difference between revisions
From Toxi's Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{{Protocols/MySpaceIM}} | {{Protocols/MySpaceIM}} | ||
Command structure: | |||
{| class="wikitable" | |||
! Key !! Type !! Value | |||
|- | |||
| error || boolean || bgcolor="#eee" | | |||
|- | |||
| errmsg || generic || <i>[error message]</i> | |||
|- | |||
| err || generic || <i>[error code]</i> | |||
|- | |||
| fatal || boolean || <i>[isFatal=1]</i> | |||
|} | |||
Example command: | |||
<pre> | |||
\\error\\errmsg\\There was an error parsing an incoming request.\\err\\1\\final\\ | |||
</pre> | |||
Error lookup table: | |||
{| class="wikitable" | {| class="wikitable" |
Latest revision as of 11:51, 25 July 2024
MSIM Protocol |
Introduction • Terms • Clients |
Reference |
Commands • Callbacks |
HTTP APIs • Version Differences |
Technical |
Social Media Integration |
Datatypes • String Escaping |
Skype Inter-Op • URI Handling |
Challenge Response Algorithm |
Tutorials |
Sign On • Buddy Messages |
Profile Pictures • Social Media |
NetLinks • Buddy Management |
Command structure:
Key | Type | Value |
---|---|---|
error | boolean | |
errmsg | generic | [error message] |
err | generic | [error code] |
fatal | boolean | [isFatal=1] |
Example command:
\\error\\errmsg\\There was an error parsing an incoming request.\\err\\1\\final\\
Error lookup table:
Error | Error Code | Error Message |
---|---|---|
Malformed Request | 0x0001 | There was an error parsing an incoming request. |
Unauthorized Request | 0x0002 | This request cannot be processed because you are not logged in. |
Invalid Session Key | 0x0003 | This request cannot be processed because of an invalid session key. |
Kicked by New Session | 0x0006 | This profile has been disconnected by another login. |
Legacy Invalid E-Mail Address | 0x0103 | The supplied email address is invalid. |
Invalid Credentials (formerly Invalid Password) | 0x0104 | The password provided is incorrect. |
Client is out of date | 0x010B | The network cannot accept authentications from the indicated version of the client. |
Unable to get Contact List | 0x010E | Error getting contact list from DB |
Buddy already on Friends List | 0x0603 | The profile requested is already a buddy. |
Buddy is not on Friends List | 0x0B01 | The buddy to be deleted is not a buddy. |
Invalid User ID in Callback | 0x1100 | Invalid user ID in persistence request. |
Unknown PM Restart | 0x1200 | PM Restart |