class

LDAP::Client::SearchLimitError

Inherits LDAP::Client::OperationError / LDAP::Error / RuntimeError / SystemError / Exception / Reference / Object

Raised when a search hit a server-side size, time or administrative limit: it carries the partial entries the server returned before stopping.

Constructors

new(result_code : Response::Code, matched_dn : String, error_message : String, entries : Array(Entry))
Source

Instance methods

entries
Source