Exception: Ldaptic::ServerError
- Defined in:
- lib/ldaptic/errors.rb
Overview
All server errors are instances of this class. The error message and error code can be accessed with exception.message
and exception.code
respectively.
Direct Known Subclasses
Errors::CompareFalse, Errors::CompareTrue, Errors::NoSuchObject
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
13 14 15 |
# File 'lib/ldaptic/errors.rb', line 13 def code @code end |