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.

Table 1. Authentication errors
Error typeError code (in hex)Error code (in decimal)Generated XML
Password failure132120c8320938184
<data>
Password failure: user
</data>
Account lock-out13212132320938290
<data>
Account lock-out: user
</data>
General failureAll othersAll others
<data>
<username>user</username>
</data>