3.1.4.1.4.1 LoginErrorCode
The LoginErrorCode simple type indicates the result of a Login WSDL operation.
-
<s:simpleType name="LoginErrorCode"> <s:restriction base="s:string"> <s:enumeration value="NoError"/> <s:enumeration value="NotInFormsAuthenticationMode"/> <s:enumeration value="PasswordNotMatch"/> </s:restriction> </s:simpleType>
The following table defines the allowable values for the LoginErrorCode simple type:
Value |
Description |
---|---|
NoError |
The Login operation succeeded. |
NotInFormsAuthenticationMode |
The Login operation failed because the authentication mode is not set to forms authentication. |
PasswordNotMatch |
The Login operation failed because the logon name is not found by the server, or the password does not match what is stored on the server. |