Home
last modified time | relevance | path

Searched refs:TYPE_ERROR (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DMessage.php14 const TYPE_ERROR = "error"; define in ComboStrap\\Message
74 $message = new Message(self::TYPE_ERROR);
230 case self::TYPE_ERROR:
270 case self::TYPE_ERROR:
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php208 if ($upsertMessages->getType() === Message::TYPE_ERROR && $responseStatus !== HttpResponseStatus::BAD_REQUEST) {