/*---------------------------------------------------------------------------* 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 automatically generated. // #ifndef NN_OLV_OLV_RESULT_H_ #define NN_OLV_OLV_RESULT_H_ #include #include #ifdef __cplusplus namespace nn { namespace olv { /** @addtogroup nn_olv_result Return Values * @{ */ /*! :category Result @class nn::olv::ResultSuccess @brief Indicates success. */ NN_DEFINE_RESULT_CONST_RANGE( ResultSuccess, nn::Result::LEVEL_SUCCESS, nn::RESULT_MODULE_NN_OLV, 128, 128, 12800 ); /*! :category Result @class nn::olv::ResultFatalError @brief Unexpected error. Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultMemoryAllocateError @li @ref nn::olv::ResultNotImplemented @li @ref nn::olv::ResultInitializeError @li @ref nn::olv::ResultInternalError @li @ref nn::olv::ResultUnknown */ NN_DEFINE_RESULT_CONST_RANGE( ResultFatalError, nn::Result::LEVEL_FATAL, nn::RESULT_MODULE_NN_OLV, 12800, 12800, 25600 ); /*! :category Result @class nn::olv::ResultMemoryAllocateError @brief Indicates that memory allocation failed. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultFatalError */ NN_DEFINE_RESULT_CONST_RANGE( ResultMemoryAllocateError, nn::Result::LEVEL_FATAL, nn::RESULT_MODULE_NN_OLV, 12928, 12928, 13056 ); /*! :category Result @class nn::olv::ResultNotImplemented @brief Feature not implemented. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultFatalError */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotImplemented, nn::Result::LEVEL_FATAL, nn::RESULT_MODULE_NN_OLV, 13056, 13056, 13184 ); /*! :category Result @class nn::olv::ResultInitializeError @brief Indicates an initialization error. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultFatalError */ NN_DEFINE_RESULT_CONST_RANGE( ResultInitializeError, nn::Result::LEVEL_FATAL, nn::RESULT_MODULE_NN_OLV, 13184, 13184, 13312 ); /*! :category Result @class nn::olv::ResultInternalError @brief Internal library error. There might be a bug in the library. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultFatalError */ NN_DEFINE_RESULT_CONST_RANGE( ResultInternalError, nn::Result::LEVEL_FATAL, nn::RESULT_MODULE_NN_OLV, 13312, 13312, 13440 ); /*! :category Result @class nn::olv::ResultUnknown @brief Undefined error. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultFatalError */ NN_DEFINE_RESULT_CONST_RANGE( ResultUnknown, nn::Result::LEVEL_FATAL, nn::RESULT_MODULE_NN_OLV, 25472, 25472, 25600 ); /*! :category Result @class nn::olv::ResultLibraryUsage @brief Usage error. Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultInvalidParameter @li @ref nn::olv::ResultInvalidFormat @li @ref nn::olv::ResultInvalidSize @li @ref nn::olv::ResultInvalidPointer @li @ref nn::olv::ResultNotInitialized @li @ref nn::olv::ResultInitialized @li @ref nn::olv::ResultOfflineMode @li @ref nn::olv::ResultNotExistData @li @ref nn::olv::ResultNotEnoughMemory @li @ref nn::olv::ResultTooMuchData */ NN_DEFINE_RESULT_CONST_RANGE( ResultLibraryUsage, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 25600, 25600, 38400 ); /*! :category Result @class nn::olv::ResultInvalidParameter @brief Indicates an invalid parameter. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidParameter, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 25728, 25728, 25856 ); /*! :category Result @class nn::olv::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::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidFormat, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 25856, 25856, 25984 ); /*! :category Result @class nn::olv::ResultInvalidSize @brief Invalid size. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidSize, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 25984, 25984, 26112 ); /*! :category Result @class nn::olv::ResultInvalidPointer @brief Invalid pointer. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidPointer, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 26112, 26112, 26240 ); /*! :category Result @class nn::olv::ResultNotInitialized @brief Indicates that the library has not been initialized. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotInitialized, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 26240, 26240, 26368 ); /*! :category Result @class nn::olv::ResultInitialized @brief The library is already initialized. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultInitialized, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 26368, 26368, 26496 ); /*! :category Result @class nn::olv::ResultOfflineMode @brief The library was initialized in offline mode. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultOfflineMode, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 26496, 26496, 26624 ); /*! :category Result @class nn::olv::ResultNotExistData @brief No valid data. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotExistData, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 26624, 26624, 26752 ); /*! :category Result @class nn::olv::ResultNotEnoughMemory @brief Insufficient memory. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotEnoughMemory, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 26752, 26752, 26880 ); /*! :category Result @class nn::olv::ResultTooMuchData @brief Too many instances of data. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryUsage */ NN_DEFINE_RESULT_CONST_RANGE( ResultTooMuchData, nn::Result::LEVEL_USAGE, nn::RESULT_MODULE_NN_OLV, 26880, 26880, 27008 ); /*! :category Result @class nn::olv::ResultLibraryCanceled @brief Canceled. Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultCanceled @li @ref nn::olv::ResultNotCanceled */ NN_DEFINE_RESULT_CONST_RANGE( ResultLibraryCanceled, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 38400, 38400, 51200 ); /*! :category Result @class nn::olv::ResultCanceled @brief The action was canceled. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryCanceled */ NN_DEFINE_RESULT_CONST_RANGE( ResultCanceled, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 38528, 38528, 38656 ); /*! :category Result @class nn::olv::ResultNotCanceled @brief No actions to cancel. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryCanceled */ NN_DEFINE_RESULT_CONST_RANGE( ResultNotCanceled, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 38656, 38656, 38784 ); /*! :category Result @class nn::olv::ResultLibraryError @brief An error resulted due to system trouble. Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultLibraryPermanentError @li @ref nn::olv::ResultSystemUpdateRequired @li @ref nn::olv::ResultLibraryRestrictedByParentalControl @li @ref nn::olv::ResultLibraryRestrictedToUploadByParentalControl @li @ref nn::olv::ResultUserBannedByAccountServer @li @ref nn::olv::ResultDeviceBannedByAccountServer @li @ref nn::olv::ResultLibraryTemporaryError @li @ref nn::olv::ResultSciError @li @ref nn::olv::ResultAcpError @li @ref nn::olv::ResultPostAppPreloadFailed @li @ref nn::olv::ResultInvalidCommunityCode */ NN_DEFINE_RESULT_CONST_RANGE( ResultLibraryError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 127872, 127872, 256000 ); /*! :category Result @class nn::olv::ResultLibraryPermanentError @brief A permanent error resulted due to system trouble. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultSystemUpdateRequired @li @ref nn::olv::ResultLibraryRestrictedByParentalControl @li @ref nn::olv::ResultLibraryRestrictedToUploadByParentalControl @li @ref nn::olv::ResultUserBannedByAccountServer @li @ref nn::olv::ResultDeviceBannedByAccountServer */ NN_DEFINE_RESULT_CONST_RANGE( ResultLibraryPermanentError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 128000, 128000, 140800 ); /*! :category Result @class nn::olv::ResultSystemUpdateRequired @brief Miiverse service not found. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError @li @ref nn::olv::ResultLibraryPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultSystemUpdateRequired, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 128128, 128128, 128256 ); /*! :category Result @class nn::olv::ResultLibraryRestrictedByParentalControl @brief The feature is restricted by parental control. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError @li @ref nn::olv::ResultLibraryPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultLibraryRestrictedByParentalControl, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 128256, 128256, 128384 ); /*! :category Result @class nn::olv::ResultLibraryRestrictedToUploadByParentalControl @brief Uploads are restricted to postings allowed by parental control. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError @li @ref nn::olv::ResultLibraryPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultLibraryRestrictedToUploadByParentalControl, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 128384, 128384, 128512 ); /*! :category Result @class nn::olv::ResultUserBannedByAccountServer @brief The user is banned. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError @li @ref nn::olv::ResultLibraryPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultUserBannedByAccountServer, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 129024, 129024, 129152 ); /*! :category Result @class nn::olv::ResultDeviceBannedByAccountServer @brief The system hardware is banned. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError @li @ref nn::olv::ResultLibraryPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultDeviceBannedByAccountServer, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 129152, 129152, 129280 ); /*! :category Result @class nn::olv::ResultLibraryTemporaryError @brief A temporary error resulted due to system trouble. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultSciError @li @ref nn::olv::ResultAcpError @li @ref nn::olv::ResultPostAppPreloadFailed @li @ref nn::olv::ResultInvalidCommunityCode */ NN_DEFINE_RESULT_CONST_RANGE( ResultLibraryTemporaryError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 140800, 140800, 256000 ); /*! :category Result @class nn::olv::ResultSciError @brief Failed to load system settings. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError @li @ref nn::olv::ResultLibraryTemporaryError */ NN_DEFINE_RESULT_CONST_RANGE( ResultSciError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 140928, 140928, 141056 ); /*! :category Result @class nn::olv::ResultAcpError @brief ACP-related process failed. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError @li @ref nn::olv::ResultLibraryTemporaryError */ NN_DEFINE_RESULT_CONST_RANGE( ResultAcpError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 141056, 141056, 141184 ); /*! :category Result @class nn::olv::ResultPostAppPreloadFailed @brief Failed to preload the post application. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError @li @ref nn::olv::ResultLibraryTemporaryError */ NN_DEFINE_RESULT_CONST_RANGE( ResultPostAppPreloadFailed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 141184, 141184, 141312 ); /*! :category Result @class nn::olv::ResultInvalidCommunityCode @brief Invalid community code. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultLibraryError @li @ref nn::olv::ResultLibraryTemporaryError */ NN_DEFINE_RESULT_CONST_RANGE( ResultInvalidCommunityCode, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 243328, 243328, 243456 ); /*! :category Result @class nn::olv::ResultNetworkError @brief Communication error. Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultDataVersionNotSupported @li @ref nn::olv::ResultDataExpired @li @ref nn::olv::ResultDataNotFound @li @ref nn::olv::ResultXmlParseError @li @ref nn::olv::ResultServerDataError @li @ref nn::olv::ResultDataDecodeError @li @ref nn::olv::ResultIllegalValue @li @ref nn::olv::ResultIllegalSize @li @ref nn::olv::ResultIllegalLanguageError */ NN_DEFINE_RESULT_CONST_RANGE( ResultNetworkError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 256000, 256000, 384000 ); /*! :category Result @class nn::olv::ResultDataVersionNotSupported @brief Library version mismatch. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultNetworkError */ NN_DEFINE_RESULT_CONST_RANGE( ResultDataVersionNotSupported, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 256128, 256128, 256256 ); /*! :category Result @class nn::olv::ResultDataExpired @brief Data has expired. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultNetworkError */ NN_DEFINE_RESULT_CONST_RANGE( ResultDataExpired, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 256256, 256256, 256384 ); /*! :category Result @class nn::olv::ResultDataNotFound @brief Empty HTTP response. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultNetworkError */ NN_DEFINE_RESULT_CONST_RANGE( ResultDataNotFound, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 256384, 256384, 256512 ); /*! :category Result @class nn::olv::ResultXmlParseError @brief Failed to parse raw data. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultNetworkError */ NN_DEFINE_RESULT_CONST_RANGE( ResultXmlParseError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 256512, 256512, 256640 ); /*! :category Result @class nn::olv::ResultServerDataError @brief Data required by the server is missing. In addition, a required element might be missing from the data. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultNetworkError */ NN_DEFINE_RESULT_CONST_RANGE( ResultServerDataError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 256640, 256640, 256768 ); /*! :category Result @class nn::olv::ResultDataDecodeError @brief Failed to decode data. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultNetworkError */ NN_DEFINE_RESULT_CONST_RANGE( ResultDataDecodeError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 256768, 256768, 256896 ); /*! :category Result @class nn::olv::ResultIllegalValue @brief The retrieved value is abnormal. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultNetworkError */ NN_DEFINE_RESULT_CONST_RANGE( ResultIllegalValue, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 256896, 256896, 257024 ); /*! :category Result @class nn::olv::ResultIllegalSize @brief Illegal amount of data retrieved. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultNetworkError */ NN_DEFINE_RESULT_CONST_RANGE( ResultIllegalSize, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 257024, 257024, 257152 ); /*! :category Result @class nn::olv::ResultIllegalLanguageError @brief The specified language for data retrieval is different from the system language. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultNetworkError */ NN_DEFINE_RESULT_CONST_RANGE( ResultIllegalLanguageError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 257152, 257152, 257280 ); /*! :category Result @class nn::olv::ResultCurlError @brief Curl-related error. Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultCurlErrorUnsupportedProtocol @li @ref nn::olv::ResultCurlErrorFailedInit @li @ref nn::olv::ResultCurlErrorUrlMalformat @li @ref nn::olv::ResultCurlErrorNotBuiltIn @li @ref nn::olv::ResultCurlErrorCouldntResolveProxy @li @ref nn::olv::ResultCurlErrorCouldntResolveHost @li @ref nn::olv::ResultCurlErrorCouldntConnect @li @ref nn::olv::ResultCurlErrorRemoteAccessDenied @li @ref nn::olv::ResultCurlErrorPartialFile @li @ref nn::olv::ResultCurlErrorQuoteError @li @ref nn::olv::ResultCurlErrorHttpReturnedError @li @ref nn::olv::ResultCurlErrorWriteError @li @ref nn::olv::ResultCurlErrorUploadFailed @li @ref nn::olv::ResultCurlErrorReadError @li @ref nn::olv::ResultCurlErrorOutOfMemory @li @ref nn::olv::ResultCurlErrorOperationTimedout @li @ref nn::olv::ResultCurlErrorRangeError @li @ref nn::olv::ResultCurlErrorHttpPostError @li @ref nn::olv::ResultCurlErrorSslConnectError @li @ref nn::olv::ResultCurlErrorBadDownloadResume @li @ref nn::olv::ResultCurlErrorInterfaceFailed @li @ref nn::olv::ResultCurlErrorTooManyRedirects @li @ref nn::olv::ResultCurlErrorUnknownOption @li @ref nn::olv::ResultCurlErrorPeerFailedVerification @li @ref nn::olv::ResultCurlErrorGotNothing @li @ref nn::olv::ResultCurlErrorSslEngineNotfound @li @ref nn::olv::ResultCurlErrorSslEngineSetfailed @li @ref nn::olv::ResultCurlErrorSendError @li @ref nn::olv::ResultCurlErrorRecvError @li @ref nn::olv::ResultCurlErrorSslCertproblem @li @ref nn::olv::ResultCurlErrorSslCipher @li @ref nn::olv::ResultCurlErrorSslCacert @li @ref nn::olv::ResultCurlErrorUseSslFailed @li @ref nn::olv::ResultCurlErrorSendFailRewind @li @ref nn::olv::ResultCurlErrorSslEngineInitfailed @li @ref nn::olv::ResultCurlErrorLoginDenied @li @ref nn::olv::ResultCurlErrorConvFailed @li @ref nn::olv::ResultCurlErrorConvReqd @li @ref nn::olv::ResultCurlErrorSslCacertBadfile @li @ref nn::olv::ResultCurlErrorSslShutdownFailed @li @ref nn::olv::ResultCurlErrorAgain @li @ref nn::olv::ResultCurlErrorSslCrlBadfile @li @ref nn::olv::ResultCurlErrorSslIssuerError @li @ref nn::olv::ResultCurlErrorChunkFailed @li @ref nn::olv::ResultCurlErrorNsslNoCtx @li @ref nn::olv::ResultCurlErrorUnknown */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 384000, 384000, 512000 ); /*! :category Result @class nn::olv::ResultCurlErrorUnsupportedProtocol @brief CURLE_UNSUPPORTED_PROTOCOL This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorUnsupportedProtocol, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 384128, 384128, 384256 ); /*! :category Result @class nn::olv::ResultCurlErrorFailedInit @brief CURLE_FAILED_INIT This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorFailedInit, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 384256, 384256, 384384 ); /*! :category Result @class nn::olv::ResultCurlErrorUrlMalformat @brief CURLE_URL_FORMAT This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorUrlMalformat, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 384384, 384384, 384512 ); /*! :category Result @class nn::olv::ResultCurlErrorNotBuiltIn @brief CURLE_NOT_BUILT_IN - [This function was made obsolete in August 2007 for 7.17.0, and reused in April 2011 for 7.21.5.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorNotBuiltIn, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 384512, 384512, 384640 ); /*! :category Result @class nn::olv::ResultCurlErrorCouldntResolveProxy @brief CURLE_COULDNT_RESOLVE_PROXY This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorCouldntResolveProxy, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 384640, 384640, 384768 ); /*! :category Result @class nn::olv::ResultCurlErrorCouldntResolveHost @brief CURLE_COULDNT_RESOLVE_HOST This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorCouldntResolveHost, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 384768, 384768, 384896 ); /*! :category Result @class nn::olv::ResultCurlErrorCouldntConnect @brief CURLE_COULDNT_CONNECT This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorCouldntConnect, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 384896, 384896, 385024 ); /*! :category Result @class nn::olv::ResultCurlErrorRemoteAccessDenied @brief CURLE_REMOTE_ACCESS_DENIED - [A service was denied by the server due to lack of access. When logging in fails, this result is not returned.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorRemoteAccessDenied, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 385152, 385152, 385280 ); /*! :category Result @class nn::olv::ResultCurlErrorPartialFile @brief CURLE_PARTIAL_FILE This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorPartialFile, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 386304, 386304, 386432 ); /*! :category Result @class nn::olv::ResultCurlErrorQuoteError @brief CURLE_QUOTE_ERROR This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorQuoteError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 386688, 386688, 386816 ); /*! :category Result @class nn::olv::ResultCurlErrorHttpReturnedError @brief CURLE_HTTP_RETURNED_ERROR This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorHttpReturnedError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 386816, 386816, 386944 ); /*! :category Result @class nn::olv::ResultCurlErrorWriteError @brief CURLE_WRITE_ERROR This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorWriteError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 386944, 386944, 387072 ); /*! :category Result @class nn::olv::ResultCurlErrorUploadFailed @brief CURLE_UPLOAD_FAILED - [Failed upload "command."] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorUploadFailed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 387200, 387200, 387328 ); /*! :category Result @class nn::olv::ResultCurlErrorReadError @brief CURLE_READ_ERROR - [Could not open or read from the file.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorReadError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 387328, 387328, 387456 ); /*! :category Result @class nn::olv::ResultCurlErrorOutOfMemory @brief CURLE_OUT_OF_MEMORY This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorOutOfMemory, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 387456, 387456, 387584 ); /*! :category Result @class nn::olv::ResultCurlErrorOperationTimedout @brief CURLE_OPERATION_TIMEDOUT - [The timeout time was reached.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorOperationTimedout, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 387584, 387584, 387712 ); /*! :category Result @class nn::olv::ResultCurlErrorRangeError @brief CURLE_RANGE_ERROR - [The RANGE "command" did not work.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorRangeError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 388224, 388224, 388352 ); /*! :category Result @class nn::olv::ResultCurlErrorHttpPostError @brief CURLE_HTTP_POST_ERROR This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorHttpPostError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 388352, 388352, 388480 ); /*! :category Result @class nn::olv::ResultCurlErrorSslConnectError @brief CURLE_SSL_CONNECT_ERROR - [Wrong when connecting with SSL.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslConnectError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 388480, 388480, 388608 ); /*! :category Result @class nn::olv::ResultCurlErrorBadDownloadResume @brief CURLE_BAD_DOWNLOAD_RESUME - [Could not resume the download.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorBadDownloadResume, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 388608, 388608, 388736 ); /*! :category Result @class nn::olv::ResultCurlErrorInterfaceFailed @brief CURLE_INTERFACE_FAILED - [CURLOPT_INTERFACE failed.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorInterfaceFailed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 389760, 389760, 389888 ); /*! :category Result @class nn::olv::ResultCurlErrorTooManyRedirects @brief CURLE_TOO_MANY_REDIRECTS - [Catch endless redirect loops.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorTooManyRedirects, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 390016, 390016, 390144 ); /*! :category Result @class nn::olv::ResultCurlErrorUnknownOption @brief CURLE_UNKNOWN_OPTION - [The user specified an unknown option.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorUnknownOption, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 390144, 390144, 390272 ); /*! :category Result @class nn::olv::ResultCurlErrorPeerFailedVerification @brief CURLE_PEER_FAILED_VERIFICATION - [A peer's certificate or fingerprint was not properly verified.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorPeerFailedVerification, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 390528, 390528, 390656 ); /*! :category Result @class nn::olv::ResultCurlErrorGotNothing @brief CURLE_GOT_NOTHING - [When this is a specific error.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorGotNothing, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 390656, 390656, 390784 ); /*! :category Result @class nn::olv::ResultCurlErrorSslEngineNotfound @brief CURLE_SSL_ENGINE_NOTFOUND - [SSL crypto engine not found.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslEngineNotfound, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 390784, 390784, 390912 ); /*! :category Result @class nn::olv::ResultCurlErrorSslEngineSetfailed @brief CURLE_SSL_ENGINE_SETFAILED - [Cannot set the SSL crypto engine as the default.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslEngineSetfailed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 390912, 390912, 391040 ); /*! :category Result @class nn::olv::ResultCurlErrorSendError @brief CURLE_SEND_ERROR - [Failed when sending network data.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSendError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 391040, 391040, 391168 ); /*! :category Result @class nn::olv::ResultCurlErrorRecvError @brief CURLE_RECV_ERROR - [Failed when receiving network data.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorRecvError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 391168, 391168, 391296 ); /*! :category Result @class nn::olv::ResultCurlErrorSslCertproblem @brief CURLE_SSL_CERTPROBLEM - [Problem with the local certificate.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslCertproblem, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 391424, 391424, 391552 ); /*! :category Result @class nn::olv::ResultCurlErrorSslCipher @brief CURLE_SSL_CIPHER - [Could not use the specified cipher.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslCipher, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 391552, 391552, 391680 ); /*! :category Result @class nn::olv::ResultCurlErrorSslCacert @brief CURLE_SSL_CACERT - [Problem with the CA cert (path?).] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslCacert, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 391680, 391680, 391808 ); /*! :category Result @class nn::olv::ResultCurlErrorUseSslFailed @brief CURLE_USE_SSL_FAILED - [The requested FTP SSL level failed.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorUseSslFailed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 392192, 392192, 392320 ); /*! :category Result @class nn::olv::ResultCurlErrorSendFailRewind @brief CURLE_SEND_FAIL_REWIND - [Sending the data requires a rewind that failed.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSendFailRewind, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 392320, 392320, 392448 ); /*! :category Result @class nn::olv::ResultCurlErrorSslEngineInitfailed @brief CURLE_SSL_ENGINE_INITFAILED - [Failed to initialize ENGINE.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslEngineInitfailed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 392448, 392448, 392576 ); /*! :category Result @class nn::olv::ResultCurlErrorLoginDenied @brief CURLE_LOGIN_DENIED - [The user or password was not accepted and logging in failed.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorLoginDenied, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 392576, 392576, 392704 ); /*! :category Result @class nn::olv::ResultCurlErrorConvFailed @brief CURLE_CONV_FAILED - [Conversion failed.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorConvFailed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 393600, 393600, 393728 ); /*! :category Result @class nn::olv::ResultCurlErrorConvReqd @brief CURLE_CONV_REQD - [The caller must register the conversion.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorConvReqd, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 393728, 393728, 393856 ); /*! :category Result @class nn::olv::ResultCurlErrorSslCacertBadfile @brief CURLE_SSL_CACERT_BADFILE - [Could not load the missing CACERT file.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslCacertBadfile, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 393856, 393856, 393984 ); /*! :category Result @class nn::olv::ResultCurlErrorSslShutdownFailed @brief CURLE_SSL_SHUTDOWN_FAILED - [Failed to shut down the SSL connection.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslShutdownFailed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 394240, 394240, 394368 ); /*! :category Result @class nn::olv::ResultCurlErrorAgain @brief CURLE_AGAIN - [The socket is not ready for sending and receiving. Wait until it is ready and try again. (Added in 7.18.2.)] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorAgain, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 394368, 394368, 394496 ); /*! :category Result @class nn::olv::ResultCurlErrorSslCrlBadfile @brief CURLE_SSL_CRL_BADFILE - [Could not load the CRL file. The file is missing or is in the wrong format. (Added in 7.19.0.)] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslCrlBadfile, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 394496, 394496, 394624 ); /*! :category Result @class nn::olv::ResultCurlErrorSslIssuerError @brief CURLE_SSL_ISSUER_ERROR - [The issuer check failed. (Added in 7.19.0.)] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorSslIssuerError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 394624, 394624, 394752 ); /*! :category Result @class nn::olv::ResultCurlErrorChunkFailed @brief CURLE_CHUNK_FAILED - [Chunk callback reported an error.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorChunkFailed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 395264, 395264, 395392 ); /*! :category Result @class nn::olv::ResultCurlErrorNsslNoCtx @brief CURLE_NSSL_NO_CTX - [No NSSL context was set for the handle with an HTTPS URL.] This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorNsslNoCtx, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 395392, 395392, 395520 ); /*! :category Result @class nn::olv::ResultCurlErrorUnknown @brief A curl-related undefined error occurred. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultCurlError */ NN_DEFINE_RESULT_CONST_RANGE( ResultCurlErrorUnknown, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 396672, 396672, 512000 ); /*! :category Result @class nn::olv::ResultHttpError @brief HTTP-related error. Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultHttpErrorUnknown @li @ref nn::olv::ResultHttpError400BadRequest @li @ref nn::olv::ResultHttpError401Unauthorized @li @ref nn::olv::ResultHttpError403Forbidden @li @ref nn::olv::ResultHttpError404NotFound @li @ref nn::olv::ResultHttpError408RequestTimeout @li @ref nn::olv::ResultHttpError416RequestRange @li @ref nn::olv::ResultHttpError500InternalServerError @li @ref nn::olv::ResultHttpError502BadGateway @li @ref nn::olv::ResultHttpError503ServiceUnavailable @li @ref nn::olv::ResultHttpError504GatewayTimeout @li @ref nn::olv::ResultHttpError505VersionNotSupported */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 512000, 512000, 639872 ); /*! :category Result @class nn::olv::ResultHttpErrorUnknown @brief An undefined HTTP error occurred. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpErrorUnknown, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 524672, 524672, 524800 ); /*! :category Result @class nn::olv::ResultHttpError400BadRequest @brief HTTP response error (400 Bad Request). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError400BadRequest, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 563200, 563200, 563328 ); /*! :category Result @class nn::olv::ResultHttpError401Unauthorized @brief HTTP response error (401 Unauthorized). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError401Unauthorized, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 563328, 563328, 563456 ); /*! :category Result @class nn::olv::ResultHttpError403Forbidden @brief HTTP response error (403 Forbidden). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError403Forbidden, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 563584, 563584, 563712 ); /*! :category Result @class nn::olv::ResultHttpError404NotFound @brief HTTP response error (404 Not Found). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError404NotFound, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 563712, 563712, 563840 ); /*! :category Result @class nn::olv::ResultHttpError408RequestTimeout @brief HTTP response error (408 RequestTimeout). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError408RequestTimeout, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 564224, 564224, 564352 ); /*! :category Result @class nn::olv::ResultHttpError416RequestRange @brief HTTP response error (416 Requested Range Not Satisfiable). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError416RequestRange, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 565248, 565248, 565376 ); /*! :category Result @class nn::olv::ResultHttpError500InternalServerError @brief HTTP response error (500 Internal Server Error). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError500InternalServerError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 576000, 576000, 576128 ); /*! :category Result @class nn::olv::ResultHttpError502BadGateway @brief HTTP response error (502 Bad Gateway). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError502BadGateway, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 576256, 576256, 576384 ); /*! :category Result @class nn::olv::ResultHttpError503ServiceUnavailable @brief HTTP response error (503 Service Unavailable). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError503ServiceUnavailable, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 576384, 576384, 576512 ); /*! :category Result @class nn::olv::ResultHttpError504GatewayTimeout @brief HTTP response error (504 Gateway Timeout). This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError504GatewayTimeout, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 576512, 576512, 576640 ); /*! :category Result @class nn::olv::ResultHttpError505VersionNotSupported @brief HTTP response error (505 Version not Supported) This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultHttpError */ NN_DEFINE_RESULT_CONST_RANGE( ResultHttpError505VersionNotSupported, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 576640, 576640, 576768 ); /*! :category Result @class nn::olv::ResultServerError @brief An error occurred on the server. Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultServerPermanentError @li @ref nn::olv::ResultServerVersionNotSupported @li @ref nn::olv::ResultUserNotInitialized @li @ref nn::olv::ResultUnderMaintenance @li @ref nn::olv::ResultServiceClosed @li @ref nn::olv::ResultServerRestrictedByParentalControl @li @ref nn::olv::ResultServerRestrictedToUploadByParentalControl @li @ref nn::olv::ResultUserBanned @li @ref nn::olv::ResultUserBannedToUpload @li @ref nn::olv::ResultDeviceBanned @li @ref nn::olv::ResultDeviceBannedToUpload @li @ref nn::olv::ResultTargetUserNotInitialized @li @ref nn::olv::ResultServerContentsError @li @ref nn::olv::ResultServerContentsErrorContainsNgWords */ NN_DEFINE_RESULT_CONST_RANGE( ResultServerError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 639872, 639872, 768000 ); /*! :category Result @class nn::olv::ResultServerPermanentError @brief A permanent error occurred on the server. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultServerVersionNotSupported @li @ref nn::olv::ResultUserNotInitialized @li @ref nn::olv::ResultUnderMaintenance @li @ref nn::olv::ResultServiceClosed @li @ref nn::olv::ResultServerRestrictedByParentalControl @li @ref nn::olv::ResultServerRestrictedToUploadByParentalControl @li @ref nn::olv::ResultUserBanned @li @ref nn::olv::ResultUserBannedToUpload @li @ref nn::olv::ResultDeviceBanned @li @ref nn::olv::ResultDeviceBannedToUpload @li @ref nn::olv::ResultTargetUserNotInitialized */ NN_DEFINE_RESULT_CONST_RANGE( ResultServerPermanentError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 640000, 640000, 652800 ); /*! :category Result @class nn::olv::ResultServerVersionNotSupported @brief Version not supported. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultServerVersionNotSupported, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 640128, 640128, 640256 ); /*! :category Result @class nn::olv::ResultUserNotInitialized @brief Miiverse service is not initialized. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultUserNotInitialized, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 640256, 640256, 640384 ); /*! :category Result @class nn::olv::ResultUnderMaintenance @brief The server is under maintenance. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultUnderMaintenance, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 640384, 640384, 640512 ); /*! :category Result @class nn::olv::ResultServiceClosed @brief The service is closed. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultServiceClosed, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 640512, 640512, 640640 ); /*! :category Result @class nn::olv::ResultServerRestrictedByParentalControl @brief The feature is restricted by parental control. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultServerRestrictedByParentalControl, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 640640, 640640, 640768 ); /*! :category Result @class nn::olv::ResultServerRestrictedToUploadByParentalControl @brief Uploads are restricted to postings allowed by parental control. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultServerRestrictedToUploadByParentalControl, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 640768, 640768, 640896 ); /*! :category Result @class nn::olv::ResultUserBanned @brief The user account is banned by the server. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultUserBanned, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 640896, 640896, 641024 ); /*! :category Result @class nn::olv::ResultUserBannedToUpload @brief The user account is restricted to posting by the server. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultUserBannedToUpload, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 641024, 641024, 641152 ); /*! :category Result @class nn::olv::ResultDeviceBanned @brief The system is banned by the server. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultDeviceBanned, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 641152, 641152, 641280 ); /*! :category Result @class nn::olv::ResultDeviceBannedToUpload @brief The system is restricted by the server to only posting. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultDeviceBannedToUpload, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 641280, 641280, 641408 ); /*! :category Result @class nn::olv::ResultTargetUserNotInitialized @brief Miiverse service is not initialized on the recipient of the direct message. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerPermanentError */ NN_DEFINE_RESULT_CONST_RANGE( ResultTargetUserNotInitialized, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 641408, 641408, 641536 ); /*! :category Result @class nn::olv::ResultServerContentsError @brief A temporary error occurred on the server. This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError Handling this Result object catches all of the following Result objects. @li @ref nn::olv::ResultServerContentsErrorContainsNgWords */ NN_DEFINE_RESULT_CONST_RANGE( ResultServerContentsError, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 652800, 652800, 768000 ); /*! :category Result @class nn::olv::ResultServerContentsErrorContainsNgWords @brief Data contains prohibited words. (The language is not allowed to be posted.) This result is subsumed by the following results and can be caught by handling any of them. @li @ref nn::olv::ResultServerError @li @ref nn::olv::ResultServerContentsError */ NN_DEFINE_RESULT_CONST_RANGE( ResultServerContentsErrorContainsNgWords, nn::Result::LEVEL_STATUS, nn::RESULT_MODULE_NN_OLV, 755328, 755328, 755456 ); /** @} */ } // namespace olv } // namespace nn #endif // __cplusplus #endif // NN_OLV_OLV_RESULT_H_