class
LDAP::Client::OperationError
- LDAP::Client::OperationError
- LDAP::Error
- RuntimeError
- Exception
- Reference
- Object
Overview
Raised when an operation returns a non-success LDAP result code.
Direct Known Subclasses
Defined in:
ldap/client.crConstructors
Instance Method Summary
Constructor Detail
def self.new(operation : String, result_code : Response::Code, matched_dn : String, error_message : String)
#