class

LDAP::Client::ReferralError

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

Raised when the server returns a referral (result code) or continuation references (SearchResultReference) — the requested data lives, wholly or partly, on another server. referrals holds the LDAP URLs; entries holds whatever a search found locally before the referral. The client surfaces referrals but does not follow them.

Constructors

new(result_code : Response::Code, matched_dn : String, error_message : String, referrals : Array(String), entries : Array(Entry) = [] of Entry)
Source

Instance methods

entries
Source
referrals
Source