class LDAP::Client::SearchLimitError

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.cr

Constructors

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)) #

[View source]

Instance Method Detail

def entries : Array(Entry) #

[View source]