Error data.
error code: broken file
error code: record duplication
error code: invalid operation
error code: logical inconsistency
error code: miscellaneous error
error code: not implemented
error code: no permission
error code: no record
error code: no repository
error code: success
error code: system error
Negation equality operator.
@param right an error object or an error code.
@return false for the both operands are equal, or true if not.
# File kyotocabinet.rb, line 139 def !=(right) # (native code) end
Equality operator.
@param right an error object or an error code.
@return true for the both operands are equal, or false if not.
# File kyotocabinet.rb, line 133 def ==(right) # (native code) end
Get the error code.
@return the error code.
# File kyotocabinet.rb, line 107 def code() # (native code) end
Get the inspection string.
@return the inspection string.
# File kyotocabinet.rb, line 127 def inspect() # (native code) end
Get the supplement message.
@return the supplement message.
# File kyotocabinet.rb, line 117 def message() # (native code) end
Get the readable string of the code.
@return the readable string of the code.
# File kyotocabinet.rb, line 112 def name() # (native code) end
Generated with the Darkfish Rdoc Generator 2.