Home
last modified time | relevance | path

Searched refs:BadRequest (Results 51 – 58 of 58) sorted by relevance

123

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php373 …throw new \Sabre\DAV\Exception\BadRequest('You cannot create a time-range filter on a ' . $compone…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php7 use Sabre\DAV\Exception\BadRequest; alias
285 throw new BadRequest($e->getMessage(), null, $e);
615 …throw new BadRequest('A calendar-query REPORT on a calendar with a Depth: 0 is undefined. Set Dept…
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php175 throw new DAV\Exception\BadRequest('Unknown property: ' . $property);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php175 throw new DAV\Exception\BadRequest('Unknown property: ' . $property);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php732 …if (!$request->getHeader('Destination')) throw new Exception\BadRequest('The destination header wa…
739 else throw new Exception\BadRequest('The HTTP Overwrite header should be either T or F');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php699 …if (!$request->getHeader('Destination')) throw new Exception\BadRequest('The destination header wa…
706 else throw new Exception\BadRequest('The HTTP Overwrite header should be either T or F');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php551 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php656 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …

123