/*---------------------------------------------------------------------------* Project: Horizon File: fs_Result.h Copyright (C)2009 Nintendo Co., Ltd. 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. $Rev: 36362 $ *---------------------------------------------------------------------------*/ // // Do not edit this file. // This file is automatically generated. // #ifndef NN_FS_FS_RESULT_H_ #define NN_FS_FS_RESULT_H_ #ifdef __cplusplus #include namespace nn { namespace fs { /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotFound, Result::LEVEL_STATUS, Result::SUMMARY_NOT_FOUND, Result::MODULE_NN_FS, 100, 100, 179 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultMediaNotFound, Result::LEVEL_STATUS, Result::SUMMARY_NOT_FOUND, Result::MODULE_NN_FS, 130, 130, 179 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultAlreadyExists, Result::LEVEL_STATUS, Result::SUMMARY_NOTHING_HAPPENED, Result::MODULE_NN_FS, 180, 180, 199 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotEnoughSpace, Result::LEVEL_STATUS, Result::SUMMARY_OUT_OF_RESOURCE, Result::MODULE_NN_FS, 200, 200, 219 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultArchiveInvalidated, Result::LEVEL_STATUS, Result::SUMMARY_INVALID_STATE, Result::MODULE_NN_FS, 220, 220, 229 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultOperationDenied, Result::LEVEL_STATUS, Result::SUMMARY_CANCELLED, Result::MODULE_NN_FS, 230, 230, 339 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultWriteProtected, Result::LEVEL_STATUS, Result::SUMMARY_CANCELLED, Result::MODULE_NN_FS, 260, 260, 279 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultMediaAccessError, Result::LEVEL_STATUS, Result::SUMMARY_INTERNAL, Result::MODULE_NN_FS, 280, 280, 339 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotFormatted, Result::LEVEL_STATUS, Result::SUMMARY_INVALID_STATE, Result::MODULE_NN_FS, 340, 340, 359 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultBadFormat, Result::LEVEL_STATUS, Result::SUMMARY_INVALID_STATE, Result::MODULE_NN_FS, 360, 360, 389 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultVerificationFailed, Result::LEVEL_PERMANENT, Result::SUMMARY_WRONG_ARGUMENT, Result::MODULE_NN_FS, 390, 390, 399 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultOutOfResource, Result::LEVEL_PERMANENT, Result::SUMMARY_OUT_OF_RESOURCE, Result::MODULE_NN_FS, 600, 600, 629 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultAccessDenied, Result::LEVEL_PERMANENT, Result::SUMMARY_WRONG_ARGUMENT, Result::MODULE_NN_FS, 630, 630, 659 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidArgument, Result::LEVEL_USAGE, Result::SUMMARY_INVALID_ARGUMENT, Result::MODULE_NN_FS, 700, 700, 729 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotInitialized, Result::LEVEL_USAGE, Result::SUMMARY_INVALID_STATE, Result::MODULE_NN_FS, 730, 730, 749 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultAlreadyInitialized, Result::LEVEL_USAGE, Result::SUMMARY_NOTHING_HAPPENED, Result::MODULE_NN_FS, 750, 750, 759 ); /* Please see man pages for details */ NN_DEFINE_RESULT_CONST_RANGE( ResultUnsupportedOperation, Result::LEVEL_USAGE, Result::SUMMARY_NOT_SUPPORTED, Result::MODULE_NN_FS, 760, 760, 779 ); }} #endif // __cplusplus #endif // NN_FS_FS_RESULT_H_