Module: Trilogy::Error

Included in:
BaseError, ClientError, ConnectionError
Defined in:
lib/trilogy/error.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.



5
6
7
# File 'lib/trilogy/error.rb', line 5

def error_code
  @error_code
end