/*---------------------------------------------------------------------------*
Copyright (C) 2012 Nintendo. All rights reserved.
These coded instructions, statements, and computer programs contain
proprietary information of Nintendo of America Inc. and/or Nintendo
Company Ltd., and are protected by Federal copyright law. They may
not be disclosed to third parties or copied or duplicated in any form,
in whole or in part, without the prior written consent of Nintendo.
*---------------------------------------------------------------------------*/
//------------------------------------------------------------------------------
/** @file erreula_Const.h
* @brief Error viewer data definitions.
*/
//------------------------------------------------------------------------------
#ifndef NN_ERREULA_CONST_H_
#define NN_ERREULA_CONST_H_
/** @namespace nn::erreula
* The namespace for erreula.
*/
namespace nn {
//------------------------------------------------------------------------------
namespace erreula {
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_KPAD_READ_ERR_NO_CONTROLLER 1510101 ///< Wii Remote Connection Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_KPAD_WBC_ERR_NO_BATTERY 1510201 ///< Wii Balance Board Dead Battery Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_KPAD_WBC_ERR_WEIGHT_OVER 1510204 ///< Wii Balance Board Weight Overload Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_WPAD_ERR_NO_CONTROLLER 1520100 ///< Wii Remote Communication Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_VPAD_READ_ERR_NO_CONTROLLER 1650101 ///< GamePad Connection Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_GX2_DRC_DETACH 1650101 ///< GamePad Connection Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_FS_STATUS_STORAGE_FULL 1550100 ///< Insufficient Memory to Create Save Data Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_SAVE_STATUS_STORAGE_FULL 1550100 ///< Insufficient Memory to Create Save Data Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_SAVE_STATUS_DEVICE_FULL 1550100 ///< Insufficient Memory to Create Save Data Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_UDS_DISCONNECTED 1560101 ///< Communication Disconnected Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_UDS_NOT_FOUND_USER 1560102 ///< Cannot Find Pairing Device Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_DEVICE_SETTING_READ_FAILURE 1580101 ///< System Settings Read Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_DEVICE_SETTING_WRITE_FAILURE 1580102 ///< System Settings Write Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_TEMP_CREATE_STORAGE_FULL 1660100 ///< Insufficient Memory to Create Temporary Data Error
//------------------------------------------------------------------------------
/**
*
*/
#define ERROR_CODE_TEMP_MODIFY_STORAGE_FULL 1660200 ///< Insufficient Memory to Modify Temporary Data Error
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_FATAL 1999999 ///< General Purpose Error Messages
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_TOP 1990010 ///< System Settings Jump Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_INTERNET 1990011 ///< Internet Settings Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_DATA_MANAGE 1990012 ///< Data Management Jump Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_DATE_TIME 1990014 ///< Date Jump Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_UPDATE 1990016 ///< System Update Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_ACCOUNT_SETTING 1990020 ///< Network Registration Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_ACCOUNT_SETTING_2 1990021 ///< Account Logon Failed Error Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_APP_REBOOT 1990030 ///< Update Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_RELEASE_PARENTAL_CONTROL 1990040 ///< Release Parental Controls Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NGWORD_NOT_ACCEPTABLE 1990101 ///< Profanity Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NGWORD_ACCEPTABLE 1990102 ///< Profanity Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_TEXT_OVER_LIMIT 1990105 ///< Maximum String Length Exceeded Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_TEXT_NO_INPUT 1990106 ///< No Input Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_NOT_ACCEPTABLE 1990110 ///< Prohibited Numeric Character Input Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_OVER_LIMIT_1 1990111 ///< Numeric String Length Restriction Message (One Character)
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_OVER_LIMIT_2 1990112 ///< Numeric String Length Restriction Message (Two Characters)
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_OVER_LIMIT_3 1990113 ///< Numeric String Length Restriction Message (Three Characters)
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_OVER_LIMIT_4 1990114 ///< Numeric String Length Restriction Message (Four Characters)
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_OVER_LIMIT_5 1990115 ///< Numeric String Length Restriction Message (Five Characters)
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_OVER_LIMIT_6 1990116 ///< Numeric String Length Restriction Message (Six Characters)
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_OVER_LIMIT_7 1990117 ///< Numeric String Length Restriction Message (Seven Characters)
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_OVER_LIMIT_8 1990118 ///< Numeric String Length Restriction Message (Eight Characters)
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NUMBER_OVER_LIMIT_9 1990119 ///< Numeric String Length Restriction Message (Nine Characters)
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NOT_MATCH_PASSWORD 1990120 ///< Password Mismatch Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NOT_MATCH_EMAIL 1990121 ///< Email Address Mismatch Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WRONG_PASSWORD 1990131 ///< Wrong Password Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WRONG_PIN_CODE 1990132 ///< Wrong PIN Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WRONG_FRIEND_CODE 1990133 ///< Friend Code Error Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WRONG_NNID 1990134 ///< Nintendo Network ID Error Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WRONG_INPUT 1990135 ///< Input Content Error Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WIIEMAIL_NOT_ACCEPTABLE 1990136 ///< Wii Email Address Not Recommended Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_FORGET_PIN_CODE 1990140 ///< Forgotten PIN Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NEED_WII_REMOTE 1990200 ///< Wii Remote and Sensor Bar Required Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NEED_WII_NUNCHUK 1990201 ///< Nunchuk Required Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NEED_WII_REMOTE_PLUS 1990202 ///< Wii Remote Plus and MotionPlus Required Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NEED_WII_U_PRO_CONTROLLER 1990203 ///< Wii U Pro Controller Required Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NEED_WII_BALANCE_BOARD 1990204 ///< Wii Balance Board Required Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NEED_WII_CLASSIC_CONTROLLER 1990205 ///< Classic Controller Required Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NEED_WII_U_GAMEPAD 1990210 ///< Wii U GamePad Required Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WII_REMOTE_NO_BATTERY 1990301 ///< Wii Remote No Battery Warning Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WII_U_GAMEPAD_NO_BATTERY 1990302 ///< Wii U GamePad No Battery Warning Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WII_U_PRO_CONTROLLER_NO_BATTERY 1990303 ///< Wii U Pro Controller No Battery Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WII_BALANCE_BOARD_NO_BATTERY 1990304 ///< Wii Balance Board No Battery Warning Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_MII_ALREADY_SAVED 1990401 ///< Mii Character Already Saved Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_MII_CANT_SAVE 1990402 ///< Mii Character Save Error Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_MII_OVER_WRITE_CONFIRM 1990403 ///< Mii Character Save Overwrite Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_MII_NO_SPACE 1990404 ///< Mii Maker Error Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_MII_DATABASE_BROKEN 1990410 ///< Initialization Message Because of Save Data Corruption in Mii Maker
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_FUNCTION_PROTECTED 1990501 ///< Parental Controls Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NETWORK_FUNCTION_PROTECTED 1990502 ///< Parental Controls Communication Restriction Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_INTERNET_BROWSER_PROTECTED 1990503 ///< Parental Controls Internet Restriction Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_PROTECTION_RELEASED 1990510 ///< Parental Controls Successfully Released Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_AUTO_POWER_DOWN 1990601 ///< Automatic Power Down Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_AUTO_POWER_DOWN_NOTICE 1990602 ///< Auto Power Down Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_TOP_LUN 1991010 ///< System Settings Jump Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_INTERNET_LUN 1991011 ///< Internet Settings Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_DATA_MANAGE_LUN 1991012 ///< Data Management Jump Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_DATE_TIME_LUN 1991014 ///< Date And Time Settings Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_SETTING_UPDATE_LUN 1991016 ///< System Update Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_ACCOUNT_SETTING_LUN 1991020 ///< Nintendo Network ID Registration Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_ACCOUNT_SETTING_2_LUN 1991021 ///< User Settings Jump Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_JUMP_APP_REBOOT_LUN 1991030 ///< Update Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_ACCOUNT_COUNTRY_INVALID 1991101 ///< Message When Specifying an Account for a Country Different from the System Country
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_ACCOUNT_DELETED 1991102 ///< Nintendo Network ID Deletion Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_ACCOUNT_CHANGED 1991103 ///< Nintendo Network ID Changed Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_REREASE_PARENTAL_CONTROLL 1990040 ///< Release Parental Controls Confirmation Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WORNG_PASSWORD 1990131 ///< Wrong Password Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WORNG_PIN_CODE 1990132 ///< Wrong PIN Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WORNG_FRIEND_CODE 1990133 ///< Friend Code Error Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WORNG_NNID 1990134 ///< Nintendo Network ID Error Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_WORNG_INPUT 1990135 ///< Input Content Error Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NEED_WII_NUNCHAK 1990201 ///< Nunchuk Required Message
//------------------------------------------------------------------------------
/**
*
*/
#define CMN_MSG_NO_COMMUNITY 1990701 ///