MythTV master
upnpresultcode.h
Go to the documentation of this file.
1#ifndef UPNP_RESULT_CODE_H
2#define UPNP_RESULT_CODE_H
3
4#include <cstdint>
5
6#include "upnpexp.h"
7
9{
11
28
48
56
58
61};
62
64
65#endif // UPNP_RESULT_CODE_H
unsigned short uint16_t
Definition: iso6937tables.h:3
#define UPNP_PUBLIC
Definition: upnpexp.h:9
UPnPResultCode
Definition: upnpresultcode.h:9
@ UPnPResult_MS_AccessDenied
@ UPnPResult_CDS_NoSuchDestRes
@ UPnPResult_InvalidControlURL
@ UPnPResult_ArgumentValueOutOfRange
@ UPnPResult_CMGR_AccessDenied
@ UPnPResult_CDS_InvalidSortCriteria
@ UPnPResult_CMGR_InvalidConnectionRef
@ UPnPResult_CDS_NoSuchSourceResource
@ UPnPResult_CDS_ParameterMismatch
@ UPnPResult_CMGR_LocalRestrictions
@ UPnPResult_OutOfMemory
@ UPnPResult_CDS_TransferBusy
@ UPnPResult_CDS_InvalidNewTagValue
@ UPnPResult_CDS_InvalidSearchCriteria
@ UPnPResult_NotEncrypted
@ UPnPResult_CDS_DestResAccessDenied
@ UPnPResult_HumanInterventionRequired
@ UPnPResult_Success
@ UPnPResult_OptionalActionNotImplemented
@ UPnPResult_CDS_CannotProcessRequest
@ UPnPResult_ArgumentValueInvalid
@ UPnPResult_MythTV_XmlParseError
@ UPnPResult_InvalidAction
@ UPnPResult_CDS_NoSuchContainer
@ UPnPResult_StringArgumentTooLong
@ UPnPResult_ActionFailed
@ UPnPResult_CDS_NoSuchObject
@ UPnPResult_CDS_RestrictedObject
@ UPnPResult_CDS_BadMetadata
@ UPnPResult_CDS_InvalidCurrentTagValue
@ UPnPResult_CDS_ResrtictedParentObject
@ UPnPResult_ActionNotAuthorized
@ UPnPResult_CMGR_InsufficientNetResources
@ UPnPResult_CMGR_IncompatibleDirections
@ UPnPResult_NoSuchSession
@ UPnPResult_CDS_ResourceAccessDenied
@ UPnPResult_CDS_RequiredTag
@ UPnPResult_CMGR_NotInNetwork
@ UPnPResult_CMGR_IncompatibleProtocol
@ UPnPResult_CDS_NoSuchFileTransfer
@ UPnPResult_InvalidSequence
@ UPnPResult_CDS_ReadOnlyTag
@ UPnPResult_SignatureMissing
@ UPnPResult_MythTV_NoNamespaceGiven
@ UPnPResult_SignatureFailure
@ UPnPResult_InvalidArgs
UPNP_PUBLIC QString UPnPResultCodeDesc(UPnPResultCode eCode)
Definition: httprequest.cpp:63