Home
last modified time | relevance | path

Searched refs:setBodyAsJsonMessage (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php62 ->setBodyAsJsonMessage("The page path (id form) is empty")
72 ->setBodyAsJsonMessage("The page ($id) does not exist")
86 …->setBodyAsJsonMessage("Not Authorized: The user ($user) has not the `write` permission for the pa…
108 ->setBodyAsJsonMessage("The post content should be in json format")
128 … ->setBodyAsJsonMessage("The json payload could not decoded. Error: {$e->getMessage()}")
233 ->setBodyAsJsonMessage($responseMessages)
268 ->setBodyAsJsonMessage("Not Authorized (managers only)")
324 ->setBodyAsJsonMessage("The metadata should be in json format")
423 ->setBodyAsJsonMessage($messagesToSend)
/plugin/combo/action/
H A Dstaticresource.php129 …->setBodyAsJsonMessage("The `useSlash` configuration should be enabled when the `useRewrite` is `h…
280 …->setBodyAsJsonMessage("We were unable to get the etag because the media was not found. Error: {$e…
318 ->setBodyAsJsonMessage("Mime not found")
374 ->setBodyAsJsonMessage("Could not read $mediaToSend - bad permissions?")
/plugin/combo/ComboStrap/
H A DHttpResponse.php246 function setBodyAsJsonMessage($messages): HttpResponse function in ComboStrap\\HttpResponse
344 $this->setBodyAsJsonMessage($e->getMessage());