Class: DTK::Client::Response::ErrorHandler::Info

Inherits:
Struct
  • Object
show all
Defined in:
lib/domain/response/error_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backtraceObject

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



33
34
35
# File 'lib/domain/response/error_handler.rb', line 33

def backtrace
  @backtrace
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



33
34
35
# File 'lib/domain/response/error_handler.rb', line 33

def code
  @code
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



33
34
35
# File 'lib/domain/response/error_handler.rb', line 33

def msg
  @msg
end