nn::ac::Description Enumerated Type

Syntax

enum Description;

Values

Value Description
DESCRIPTION_WAN_CONNECTED WAN connection established.
DESCRIPTION_LAN_CONNECTED LAN connection established.
DESCRIPTION_UNNECESSARY_HOTSPOT_LOGOUT Hotspot authentication logout is unnecessary.
DESCRIPTION_PROCESSING Connecting.
DESCRIPTION_FAILED_STARTUP Wireless device initialization failed.
DESCRIPTION_FAILED_CONNECT_AP Failed to connect to access point.
DESCRIPTION_FAILED_DHCP Failed to get IP address.
DESCRIPTION_CONFLICT_IP_ADDRESS IP address conflict.
DESCRIPTION_INVALID_KEY_VALUE Incorrect encryption key.
DESCRIPTION_UNSUPPORT_AUTH_ALGORITHM Unsupported encryption mode.
DESCRIPTION_DENY_USB_AP A connection to a Nintendo Wi-Fi USB Connector was denied.
DESCRIPTION_INVALID_DNS Failed to resolve name.
DESCRIPTION_INVALID_PROXY Failed to connect to proxy server.
DESCRIPTION_FAILED_CONNTEST Failed to connect to HTTP server.
DESCRIPTION_UNSUPPORT_HOTSPOT Connection from unsupported hotspot.
DESCRIPTION_FAILED_HOTSPOT_AUTHENTICATION Failed hotspot authentication.
DESCRIPTION_FAILED_HOTSPOT_CONNTEST Failed to connect to HTTP server after hotspot authentication.
DESCRIPTION_UNSUPPORT_PLACE Application cannot use the Internet from the present physical location.
DESCRIPTION_FAILED_HOTSPOT_LOGOUT Failed hotspot authentication logout.
DESCRIPTION_ALREADY_CONNECT_UNSUPPORT_AP Already connected to an unsupported access point.
DESCRIPTION_FAILED_SCAN Scan failed.
DESCRIPTION_ALREADY_CONNECTING Already connected.
DESCRIPTION_NOT_CONNECTING Not connected.
DESCRIPTION_ALREADY_EXCLUSIVE Already exclusive.
DESCRIPTION_NOT_EXCLUSIVE Not exclusive.
DESCRIPTION_INVALID_LOCATION Invalid location.
DESCRIPTION_NOT_AGREE_EULA User has not agreed to EULA.
DESCRIPTION_WIFI_OFF Wireless-disabled mode.
DESCRIPTION_BROKEN_NAND NAND device is damaged or malfunctioning.
DESCRIPTION_BROKEN_WIRELESS Wireless device is damaged or malfunctioning.
DESCRIPTION_END

Description

Displays error details.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL