class LDAP::Client::OperationError

Overview

Raised when an operation returns a non-success LDAP result code.

Direct Known Subclasses

Defined in:

ldap/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operation : String, result_code : Response::Code, matched_dn : String, error_message : String) #

[View source]

Instance Method Detail

def error_message : String #

[View source]
def matched_dn : String #

[View source]
def result_code : Response::Code #

[View source]