class
LDAP::Client::SearchLimitError
- LDAP::Client::SearchLimitError
- LDAP::Client::OperationError
- LDAP::Error
- RuntimeError
- Exception
- Reference
- Object
Overview
Raised when a search hit a server-side size, time or administrative limit:
it carries the partial #entries the server returned before stopping.
Defined in:
ldap/client.crConstructors
Instance Method Summary
Instance methods inherited from class LDAP::Client::OperationError
error_message : String
error_message,
matched_dn : String
matched_dn,
result_code : Response::Code
result_code
Constructor methods inherited from class LDAP::Client::OperationError
new(operation : String, result_code : Response::Code, matched_dn : String, error_message : String)
new
Constructor Detail
def self.new(result_code : Response::Code, matched_dn : String, error_message : String, entries : Array(Entry))
#