Home
last modified time | relevance | path

Searched refs:OPERATIONS_ERROR (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php29 int $code = ResultCode::OPERATIONS_ERROR,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php23 public const OPERATIONS_ERROR = 1;
117 self::OPERATIONS_ERROR => 'operationsError',
164 self::OPERATIONS_ERROR => 'Indicates that the operation is not properly sequenced with relation to other operations (of same or different type).',
22 public const OPERATIONS_ERROR = 1; global() define in FreeDSx\\Ldap\\Operation\\ResultCode
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerStartTlsHandler.php69 new LdapResult(ResultCode::OPERATIONS_ERROR, '', 'The current LDAP session is already encrypted.'),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php67 return $this->getExtendedError('Invalid request.', ResultCode::OPERATIONS_ERROR);