Home
last modified time | relevance | path

Searched refs:getDiagnosticMessage (Results 1 – 7 of 7) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php89 sprintf('Unable to bind to LDAP. %s', $result->getDiagnosticMessage()),
94 throw new OperationException($result->getDiagnosticMessage(), $result->getResultCode());
H A DClientStartTlsHandler.php45 $response->getDiagnosticMessage()
H A DClientReferralHandler.php68 $message = $result instanceof LdapResult ? $result->getDiagnosticMessage() : 'Referral response encountered.';
178 $messageFrom->getResponse()->getDiagnosticMessage()
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php49 parent::__construct($result->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
H A DExtendedResponse.php65 parent::__construct($result->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php124 public function getDiagnosticMessage(): string
120 public function getDiagnosticMessage(): string global() function in FreeDSx\\Ldap\\Operation\\LdapResult
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php186 $response->getDiagnosticMessage(),