====== MenuErrorHandlingParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | ErrorCode | ''s32'' | ''0x0'' | The error code for this error message. | This field uses the following enum: MENU_ERRORHANDLING_PARAM_ERROR_CODE | | MsgID | ''s32'' | ''0x4'' | The text ID to display for this error message. | This field refers to the following text files: Modern_Menu_Dialogue | | MsgCategory | ''s16'' | ''0x8'' | The category this error message belongs to. | This field uses the following enum: MSGBOX_MSG_CATE | | reserved | ''dummy8'' | ''0xa'' | | This field is padding. | ===== Enums ===== ==== MENU_ERRORHANDLING_PARAM_ERROR_CODE ==== ^ Option ^ Description ^ Notes ^ | ''-1'' | Other | | | ''0'' | None | | | ''1'' | Unknown | | | ''2'' | Invalid | | | ''3'' | Out of Memory | | | ''12'' | Invalid Login Version | | | ''15'' | Out of Service | | | ''16'' | Account Banned | | | ''20'' | VAC Banned | | ==== MSGBOX_MSG_CATE ==== ^ Option ^ Description ^ Notes ^ | ''203'' | System | | | ''204'' | Dialog | |