Searched refs:getExtendedError (Results 1 – 2 of 2) sorted by relevance
252 $this->queue->sendMessage($this->responseFactory->getExtendedError(260 $this->queue->sendMessage($this->responseFactory->getExtendedError(302 $this->queue->sendMessage($this->responseFactory->getExtendedError(
67 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