Exception: LdapError

Inherits:
JSONError show all
Defined in:
lib/ldapmodel/errors.rb,
lib/ldapmodel/errors.rb

Instance Attribute Summary

Attributes inherited from JSONError

#meta

Instance Method Summary (collapse)

Methods inherited from JSONError

#as_json, #headers, #initialize, #to_json

Constructor Details

This class inherits a constructor from JSONError

Instance Method Details

- (Object) http_code



98
99
100
# File 'lib/ldapmodel/errors.rb', line 98

def http_code
  500
end

- (Object) original_error



126
127
128
# File 'lib/ldapmodel/errors.rb', line 126

def original_error
  @meta[:original_error]
end