Exception: Sedna::Exception
- Inherits:
-
StandardError
- Object
- StandardError
- Sedna::Exception
- Defined in:
- ext/sedna/sedna.c
Direct Known Subclasses
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the error code associated with this exception.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the error code associated with this exception. This code is a string that can be used to accurately identify which error has occurred. Some errors are thrown by the Ruby client rather than the C bindings. In these cases, the error code is nil
.