Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php252 $this->queue->sendMessage($this->responseFactory->getExtendedError(
260 $this->queue->sendMessage($this->responseFactory->getExtendedError(
302 $this->queue->sendMessage($this->responseFactory->getExtendedError(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php67 return $this->getExtendedError('Invalid request.', ResultCode::OPERATIONS_ERROR);
79 …public function getExtendedError(string $message, int $errorCode, ?string $responseName = null): L… function in FreeDSx\\Ldap\\Protocol\\Factory\\ResponseFactory