class LDAP::Client::AuthError

Overview

Bind failure is an authentication concern callers often handle on its own.

Defined in:

ldap/client.cr

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