Share via


EAP Related Error and Information Constants (Compact 7)

3/12/2014

Individual groups of EAP related error and information constants common to all EAPHost API technologies.

  • EAP_E_EAPHOST_FIRST
    0x80420000L

    Defines the boundary of error reports; any EAPHost related error will occur between EAP_E_EAPHOST_FIRST and EAP_E_EAPHOST_LAST.

  • EAP_E_EAPHOST_LAST
    0x804200FFL

    Defines the boundary of error reports; any EAPHost related error will occur between EAP_E_EAPHOST_FIRST and EAP_E_EAPHOST_LAST.

  • EAP_I_EAPHOST_FIRST
    0x80420000L

    Defines the boundary of information reports; any EAPHost related informational event logging will occur between EAP_I_EAPHOST_FIRST and EAP_I_EAPHOST_LAST.

  • EAP_I_EAPHOST_LAST
    0x804200FFL

    Defines the boundary of information reports; any EAPHost related informational event logging will occur between EAP_I_EAPHOST_FIRST and EAP_I_EAPHOST_LAST.

  • EAP_E_CERT_STORE_INACCESSIBLE
    0x80420011

    Neither the authenticator or peer can access the certificate store.

  • EAP_E_EAPHOST_METHOD_NOT_INSTALLED
    0x80420011

    The requested EAP method is not installed.

  • EAP_E_EAPHOST_THIRDPARTY_METHOD_HOST_RESET
    0x80420012

    The host of the third-party method is not responding and was restarted automatically.

  • EAP_E_EAPHOST_IDENTITY_UNKNOWN
    0x80420014

    EAPHost returns this error if the authenticator fails the authentication after the peer identity was submitted.

  • EAP_E_AUTHENTICATION_FAILED
    0x80420015

    EAPHost returns this error on authentication failure.

  • EAP_I_EAPHOST_EAP_NEGOTIATION_FAILED
    0x40420016

    EAPHost logs this information event when the client and server are not configured by using compatible EAP types.

  • EAP_E_EAPHOST_METHOD_INVALID_PACKET
    0x80420017

    An EAP method received an EAP packet that cannot be processed. Another name for EAP_E_EAPHOST_METHOD_INVALID_PACKET is EAP_METHOD_INVALID_PACKET.

  • EAP_E_EAPHOST_REMOTE_INVALID_PACKET
    0x80420018

    EAPHost received a packet that cannot be processed. Another name for EAP_E_EAPHOST_REMOTE_INVALID_PACKET is EAP_INVALID_PACKET.

  • EAP_E_EAPHOST_XML_MALFORMED
    0x80420019

    The EAPHost configuration schema validation failed.

  • EAP_E_EAPHOST_METHOD_OPERATION_NOT_SUPPORTED
    0x80420020

    EAPHost returns this error when a configured EAP method does not support a requested operation (procedure call).

  • EAP_E_USER_FIRST
    0x80420100L

    Defines the boundary of error reports; any user related error will occur between EAP_E_USER_FIRST and EAP_E_USER_LAST.

  • EAP_E_USER_LAST
    0x804201FFL

    Defines the boundary of error reports; any user related error will occur between EAP_E_USER_FIRST and EAP_E_USER_LAST.

  • EAP_I_USER_FIRST
    0x40420100L

    Defines the boundary of information reports; any EAP related informational event logging will occur between EAP_I_USER_FIRST and EAP_I_USER_LAST.

  • EAP_I_USER_LAST
    0x404201FFL

    Defines the boundary of information reports; any EAP related informational event logging will occur between EAP_I_USER_FIRST and EAP_I_USER_LAST.

  • EAP_E_USER_CERT_NOT_FOUND
    0x80420100

    EAPHost could not find a user certificate for authentication.

  • EAP_E_USER_CERT_INVALID
    0x80420101

    The user certificate being user for authentication does not have correct extended key usage (EKU) set.

  • EAP_E_USER_CERT_EXPIRED
    0x80420102

    EAPhost found an expired user certificate.

  • EAP_E_USER_CERT_REVOKED
    0x80420103

    The user certificate being used for authentication has been revoked.

  • EAP_E_USER_CERT_OTHER_ERROR
    0x80420104

    An unknown error occurred with the user certification being used for authentication.

  • EAP_E_USER_CERT_REJECTED
    0x80420105

    The authenticator rejected the user certification.

  • EAP_I_USER_ACCOUNT_OTHER_ERROR
    0x40420110

    An EAP failure was received after an identity exchange that indicates the probability of a problem with the authenticating user's account.

  • EAP_E_USER_CREDENTIALS_REJECTED
    0x80420111

    The authenticator rejected user credentials for authentication.

  • EAP_E_SERVER_FIRST
    0x80420200L

    Defines the boundary of error reports; any server related error will occur between EAP_E_SERVER_FIRST and EAP_E_SERVER_LAST.

  • EAP_E_SERVER_LAST
    0x804202FFL

    Defines the boundary of error reports; any server related error will occur between EAP_E_SERVER_FIRST and EAP_E_SERVER_LAST.

  • EAP_E_SERVER_CERT_NOT_FOUND
    0x80420200

    EAPHost could not find the server certificate for authentication.

  • EAP_E_SERVER_CERT_INVALID
    0x80420201

    The server certificate being user for authentication does not have a correct extended key usage (EKU) set.

  • EAP_E_SERVER_CERT_EXPIRED
    0x80420202

    EAPhost found an expired server certificate.

  • EAP_E_SERVER_CERT_REVOKED
    0x80420203

    The server certificate being used for authentication has been revoked.

  • EAP_E_SERVER_CERT_OTHER_ERROR
    0x80420204

    An unknown error occurred with the server certificate.

  • EAP_E_USER_ROOT_CERT_FIRST
    0x80420300L

    Defines the boundary of error reports; any user root certificate related error will occur between EAP_E_USER_ROOT_CERT_FIRST and EAP_E_USER_ROOT_CERT_FIRST.

  • EAP_E_USER_ROOT_CERT_LAST
    0x804203FFL

    Defines the boundary of error reports; any user root certificate related error will occur between EAP_E_USER_ROOT_CERT_FIRST and EAP_E_USER_ROOT_CERT_FIRST.

  • EAP_E_USER_ROOT_CERT_NOT_FOUND
    0x80420300

    EAPHost could not find a certificate in a trusted root certificate store for user certification validation.

  • EAP_E_USER_ROOT_CERT_INVALID
    0x80420301

    The authentication failed because the root certificate that is used for this network is invalid.

  • EAP_E_USER_ROOT_CERT_EXPIRED
    0x80420302

    The trusted root certificate needed for user certificate validation has expired.

  • EAP_E_SERVER_ROOT_CERT_FIRST
    0x80420400L

    Defines the boundary of error reports; any server root certificate related error will occur between EAP_E_SERVER_ROOT_CERT_FIRST and EAP_E_SERVER_ROOT_CERT_FIRST.

  • EAP_E_SERVER_ROOT_CERT_LAST
    0x804204FFL

    Defines the boundary of error reports; any server root certificate related error will occur between EAP_E_SERVER_ROOT_CERT_FIRST and EAP_E_SERVER_ROOT_CERT_FIRST.

  • EAP_E_SERVER_ROOT_CERT_NOT_FOUND
    0x80420400

    EAPHost could not find a root certificate in a trusted root certificate store for the server certification validation.

  • EAP_E_SERVER_ROOT_CERT_INVALID
    0x80420401

    The authentication failed because the server certificate required for this network on the server computer is invalid.

  • EAP_E_SERVER_ROOT_CERT_NAME_REQUIRED
    0x80420406

    The authentication failed because the certificate on the server computer does not have a server name that was specified.

Remarks

There are alternate names for certain errors:

  • Another name for EAP_E_EAPHOST_METHOD_INVALID_PACKET is EAP_METHOD_INVALID_PACKET.
  • Another name for EAP_E_EAPHOST_REMOTE_INVALID_PACKET is EAP_INVALID_PACKET.

See Also

Reference

Common EAPHost Constants