Lines Matching refs:Response

69 void success(crow::Response& res)  in success()
86 void generalError(crow::Response& res) in generalError()
104 void created(crow::Response& res) in created()
122 void noOperation(crow::Response& res) in noOperation()
141 void propertyDuplicate(crow::Response& res, std::string_view arg1) in propertyDuplicate()
160 void propertyUnknown(crow::Response& res, std::string_view arg1) in propertyUnknown()
182 void propertyValueTypeError(crow::Response& res, const nlohmann::json& arg1, in propertyValueTypeError()
205 void propertyValueFormatError(crow::Response& res, const nlohmann::json& arg1, in propertyValueFormatError()
228 void propertyValueNotInList(crow::Response& res, const nlohmann::json& arg1, in propertyValueNotInList()
251 void propertyValueOutOfRange(crow::Response& res, const nlohmann::json& arg1, in propertyValueOutOfRange()
271 void propertyValueError(crow::Response& res, std::string_view arg1) in propertyValueError()
290 void propertyNotWritable(crow::Response& res, std::string_view arg1) in propertyNotWritable()
309 void propertyNotUpdated(crow::Response& res, std::string_view arg1) in propertyNotUpdated()
328 void propertyMissing(crow::Response& res, std::string_view arg1) in propertyMissing()
346 void malformedJSON(crow::Response& res) in malformedJSON()
366 void invalidJSON(crow::Response& res, uint64_t arg1) in invalidJSON()
384 void emptyJSON(crow::Response& res) in emptyJSON()
403 void actionNotSupported(crow::Response& res, std::string_view arg1) in actionNotSupported()
423 void actionParameterMissing(crow::Response& res, std::string_view arg1, in actionParameterMissing()
444 void actionParameterDuplicate(crow::Response& res, std::string_view arg1, in actionParameterDuplicate()
465 void actionParameterUnknown(crow::Response& res, std::string_view arg1, in actionParameterUnknown()
489 void actionParameterValueTypeError(crow::Response& res, in actionParameterValueTypeError()
516 crow::Response& res, const nlohmann::json& arg1, std::string_view arg2, in actionParameterValueFormatError()
539 void actionParameterValueNotInList(crow::Response& res, std::string_view arg1, in actionParameterValueNotInList()
562 void actionParameterValueOutOfRange(crow::Response& res, std::string_view arg1, in actionParameterValueOutOfRange()
587 void actionParameterValueError(crow::Response& res, const nlohmann::json& arg1, in actionParameterValueError()
608 void actionParameterNotSupported(crow::Response& res, std::string_view arg1, in actionParameterNotSupported()
630 void arraySizeTooLong(crow::Response& res, std::string_view arg1, uint64_t arg2) in arraySizeTooLong()
650 void arraySizeTooShort(crow::Response& res, std::string_view arg1, in arraySizeTooShort()
675 crow::Response& res, const nlohmann::json& arg1, std::string_view arg2) in queryParameterValueTypeError()
700 crow::Response& res, const nlohmann::json& arg1, std::string_view arg2) in queryParameterValueFormatError()
720 void queryParameterValueError(crow::Response& res, std::string_view arg1) in queryParameterValueError()
740 void queryParameterOutOfRange(crow::Response& res, std::string_view arg1, in queryParameterOutOfRange()
761 void queryNotSupportedOnResource(crow::Response& res) in queryNotSupportedOnResource()
780 void queryNotSupportedOnOperation(crow::Response& res) in queryNotSupportedOnOperation()
798 void queryNotSupported(crow::Response& res) in queryNotSupported()
817 void queryCombinationInvalid(crow::Response& res) in queryCombinationInvalid()
836 void queryParameterUnsupported(crow::Response& res, std::string_view arg1) in queryParameterUnsupported()
854 void sessionLimitExceeded(crow::Response& res) in sessionLimitExceeded()
873 void eventSubscriptionLimitExceeded(crow::Response& res) in eventSubscriptionLimitExceeded()
892 void resourceCannotBeDeleted(crow::Response& res) in resourceCannotBeDeleted()
910 void resourceInUse(crow::Response& res) in resourceInUse()
930 void resourceAlreadyExists(crow::Response& res, std::string_view arg1, in resourceAlreadyExists()
952 void resourceNotFound(crow::Response& res, std::string_view arg1, in resourceNotFound()
971 void payloadTooLarge(crow::Response& res) in payloadTooLarge()
989 void insufficientStorage(crow::Response& res) in insufficientStorage()
1007 void missingOrMalformedPart(crow::Response& res) in missingOrMalformedPart()
1026 void invalidURI(crow::Response& res, std::string_view arg1) in invalidURI()
1046 void createFailedMissingReqProperties(crow::Response& res, in createFailedMissingReqProperties()
1067 void createLimitReachedForResource(crow::Response& res) in createLimitReachedForResource()
1085 void serviceShuttingDown(crow::Response& res) in serviceShuttingDown()
1103 void serviceInUnknownState(crow::Response& res) in serviceInUnknownState()
1121 void noValidSession(crow::Response& res) in noValidSession()
1139 void insufficientPrivilege(crow::Response& res) in insufficientPrivilege()
1157 void accountModified(crow::Response& res) in accountModified()
1175 void accountNotModified(crow::Response& res) in accountNotModified()
1193 void accountRemoved(crow::Response& res) in accountRemoved()
1212 void accountForSessionNoLongerExists(crow::Response& res) in accountForSessionNoLongerExists()
1231 void invalidObject(crow::Response& res, const boost::urls::url_view_base& arg1) in invalidObject()
1249 void internalError(crow::Response& res, const std::source_location location) in internalError()
1271 void unrecognizedRequestBody(crow::Response& res) in unrecognizedRequestBody()
1291 void resourceMissingAtURI(crow::Response& res, in resourceMissingAtURI()
1313 void resourceAtUriInUnknownFormat(crow::Response& res, in resourceAtUriInUnknownFormat()
1334 void resourceAtUriUnauthorized(crow::Response& res, in resourceAtUriUnauthorized()
1356 void couldNotEstablishConnection(crow::Response& res, in couldNotEstablishConnection()
1378 void sourceDoesNotSupportProtocol(crow::Response& res, in sourceDoesNotSupportProtocol()
1400 void accessDenied(crow::Response& res, const boost::urls::url_view_base& arg1) in accessDenied()
1420 void serviceTemporarilyUnavailable(crow::Response& res, std::string_view arg1) in serviceTemporarilyUnavailable()
1441 void invalidIndex(crow::Response& res, uint64_t arg1) in invalidIndex()
1463 void propertyValueModified(crow::Response& res, std::string_view arg1, in propertyValueModified()
1482 void resourceInStandby(crow::Response& res) in resourceInStandby()
1501 void resourceExhaustion(crow::Response& res, std::string_view arg1) in resourceExhaustion()
1522 void stringValueTooLong(crow::Response& res, std::string_view arg1, in stringValueTooLong()
1544 void stringValueTooShort(crow::Response& res, std::string_view arg1, in stringValueTooShort()
1563 void sessionTerminated(crow::Response& res) in sessionTerminated()
1581 void subscriptionTerminated(crow::Response& res) in subscriptionTerminated()
1601 void resourceTypeIncompatible(crow::Response& res, std::string_view arg1, in resourceTypeIncompatible()
1622 void passwordChangeRequired(crow::Response& res, in passwordChangeRequired()
1642 void resetRequired(crow::Response& res, const boost::urls::url_view_base& arg1, in resetRequired()
1663 void resetRecommended(crow::Response& res, std::string_view arg1, in resetRecommended()
1683 void chassisPowerStateOnRequired(crow::Response& res, std::string_view arg1) in chassisPowerStateOnRequired()
1703 void chassisPowerStateOffRequired(crow::Response& res, std::string_view arg1) in chassisPowerStateOffRequired()
1723 void propertyValueConflict(crow::Response& res, std::string_view arg1, in propertyValueConflict()
1748 void propertyValueResourceConflict(crow::Response& res, std::string_view arg1, in propertyValueResourceConflict()
1774 void propertyValueExternalConflict(crow::Response& res, std::string_view arg1, in propertyValueExternalConflict()
1798 void propertyValueIncorrect(crow::Response& res, std::string_view arg1, in propertyValueIncorrect()
1819 void resourceCreationConflict(crow::Response& res, in resourceCreationConflict()
1841 void actionParameterValueConflict(crow::Response& res, std::string_view arg1, in actionParameterValueConflict()
1861 void maximumErrorsExceeded(crow::Response& res) in maximumErrorsExceeded()
1879 void preconditionFailed(crow::Response& res) in preconditionFailed()
1897 void preconditionRequired(crow::Response& res) in preconditionRequired()
1916 void headerMissing(crow::Response& res, std::string_view arg1) in headerMissing()
1935 void headerInvalid(crow::Response& res, std::string_view arg1) in headerInvalid()
1953 void operationFailed(crow::Response& res) in operationFailed()
1971 void operationTimeout(crow::Response& res) in operationTimeout()
1989 void operationNotAllowed(crow::Response& res) in operationNotAllowed()
2008 void undeterminedFault(crow::Response& res, std::string_view arg1) in undeterminedFault()
2027 void conditionInRelatedResource(crow::Response& res) in conditionInRelatedResource()
2046 void restrictedRole(crow::Response& res, std::string_view arg1) in restrictedRole()
2065 void restrictedPrivilege(crow::Response& res, std::string_view arg1) in restrictedPrivilege()
2084 void strictAccountTypes(crow::Response& res, std::string_view arg1) in strictAccountTypes()
2103 void propertyDeprecated(crow::Response& res, std::string_view arg1) in propertyDeprecated()
2122 void resourceDeprecated(crow::Response& res, std::string_view arg1) in resourceDeprecated()
2142 void propertyValueDeprecated(crow::Response& res, std::string_view arg1, in propertyValueDeprecated()
2162 void actionDeprecated(crow::Response& res, std::string_view arg1) in actionDeprecated()
2182 void networkNameResolutionNotConfigured(crow::Response& res) in networkNameResolutionNotConfigured()
2202 void networkNameResolutionNotSupported(crow::Response& res) in networkNameResolutionNotSupported()
2221 void serviceDisabled(crow::Response& res, std::string_view arg1) in serviceDisabled()
2239 void eventBufferExceeded(crow::Response& res) in eventBufferExceeded()
2258 void authenticationTokenRequired(crow::Response& res) in authenticationTokenRequired()
2277 void oneTimePasscodeSent(crow::Response& res, std::string_view arg1) in oneTimePasscodeSent()
2296 void licenseRequired(crow::Response& res, std::string_view arg1) in licenseRequired()
2314 void propertyModified(crow::Response& res) in propertyModified()
2334 void generateSecretKeyRequired(crow::Response& res, in generateSecretKeyRequired()