Method: Cinch::Message#error

Defined in:
lib/cinch/message.rb

#errorInteger? (readonly)

Returns the numeric error code, if any.

Returns:

  • (Integer, nil)

    the numeric error code, if any



45
46
47
# File 'lib/cinch/message.rb', line 45

def error
  @error
end