Module: Trilogy::Error

Included in:
BaseError, ClientError, ConnectionError
Defined in:
lib/trilogy.rb

Overview

Trilogy::Error is the base error type. All errors raised by Trilogy should be descendants of Trilogy::Error

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeObject (readonly)

Returns the value of attribute error_code.



9
10
11
# File 'lib/trilogy.rb', line 9

def error_code
  @error_code
end