Data output for errors

Table 1 lists the authentication error codes and the data output element structures that are returned when an authentication attempt fails.

Error type Error code (in hex) Error code (in decimal) Generated XML
Password failure 132120c8 320938184
<data>
Password failure: user
</data>
Account lock-out 13212132 320938290
<data>
Account lock-out: user
</data>
General failure All others All others
<data>
<username>user</username>
</data>

Parent topic: Authentication failures