/*---------------------------------------------------------------------------* 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. *---------------------------------------------------------------------------*/ // // Do not edit this file. // This file is auto-generated. // #ifndef NN_ACT_ACT_RESULT_CURRENT_H_ #define NN_ACT_ACT_RESULT_CURRENT_H_ #include #include #ifdef __cplusplus namespace nn { namespace act { //! @addtogroup nn_act_result //! @{ /*! @class nn::act::ResultNotInitialized @brief The library has not been initialized. */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotInitialized, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 64128, 64128, 64256 ); /*! @class nn::act::ResultBusy @brief Indicates that the library is temporarily unable to perform that operation. */ NN_DEFINE_RESULT_CONST_RANGE( ResultBusy, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 65408, 65408, 65536 ); /*! @class nn::act::ResultNotImplemented @brief Indicates an unimplemented feature. */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotImplemented, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 75648, 75648, 75776 ); /*! @class nn::act::ResultInvalidArgument @brief Indicates that the specified argument value is invalid. Handling this Result object catches all of the following Result objects. @li @ref nn::act::ResultInvalidPointer @li @ref nn::act::ResultOutOfRange @li @ref nn::act::ResultInvalidSize @li @ref nn::act::ResultInvalidFormat @li @ref nn::act::ResultInvalidHandle @li @ref nn::act::ResultInvalidValue */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidArgument, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 76800, 76800, 79360 ); /*! @class nn::act::ResultInvalidPointer @brief Indicates an invalid pointer, such as a NULL pointer. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::act::ResultInvalidArgument */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidPointer, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 76928, 76928, 77056 ); /*! @class nn::act::ResultOutOfRange @brief Indicates an out-of-range value. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::act::ResultInvalidArgument */ NN_DEFINE_RESULT_CONST_RANGE( ResultOutOfRange, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 77056, 77056, 77184 ); /*! @class nn::act::ResultInvalidSize @brief Indicates that a value is too big or too small. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::act::ResultInvalidArgument */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidSize, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 77184, 77184, 77312 ); /*! @class nn::act::ResultInvalidFormat @brief Indicates an invalid format. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::act::ResultInvalidArgument */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidFormat, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 77312, 77312, 77440 ); /*! @class nn::act::ResultInvalidHandle @brief Indicates an invalid handle. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::act::ResultInvalidArgument */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidHandle, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 77440, 77440, 77568 ); /*! @class nn::act::ResultInvalidValue @brief Indicates an invalid value, such as a non-existent enumerator. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::act::ResultInvalidArgument */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidValue, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_ACT, 77568, 77568, 77696 ); /*! @class nn::act::ResultInternalError @brief Indicates an internal library error. There might be a bug in the library. */ NN_DEFINE_RESULT_CONST_RANGE( ResultInternalError, nn::Result::LEVEL_FATAL, nn::RESULT_MODULE_NN_ACT, 89600, 89600, 128000 ); /*! @class nn::act::ResultAccountNotFound @brief Indicates that the specified account was not found. */ NN_DEFINE_RESULT_CONST_RANGE( ResultAccountNotFound, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_ACT, 128128, 128128, 128256 ); /*! @class nn::act::ResultNotNetworkAccount @brief Indicates that the account is not a network account. */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotNetworkAccount, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_ACT, 130688, 130688, 130816 ); /*! @class nn::act::ResultNotLocalAccount @brief Indicates that the account is not a local account. */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotLocalAccount, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_ACT, 130816, 130816, 130944 ); /*! @class nn::act::ResultAuthenticationError @brief Indicates that an error occurred during authentication. Handling this Result object catches all of the following Result objects. @li @ref nn::act::ResultInvalidUniqueId @li @ref nn::act::ResultInvalidClientId @li @ref nn::act::ResultInvalidGameServerId */ NN_DEFINE_RESULT_CONST_RANGE( ResultAuthenticationError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_ACT, 256000, 256000, 384000 ); /*! @class nn::act::ResultInvalidUniqueId @brief Indicates that the specified unique ID is invalid. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::act::ResultAuthenticationError */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidUniqueId, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_ACT, 316288, 316288, 316416 ); /*! @class nn::act::ResultInvalidClientId @brief Indicates that the specified client ID is invalid. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::act::ResultAuthenticationError */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidClientId, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_ACT, 316416, 316416, 316544 ); /*! @class nn::act::ResultInvalidGameServerId @brief Indicates that the specified game ID is invalid. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::act::ResultAuthenticationError */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidGameServerId, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_ACT, 317696, 317696, 317824 ); //! @} } // namespace act } // namespace nn #endif // __cplusplus #endif // NN_ACT_ACT_RESULT_CURRENT_H_