Method: LockstepSdk::ErrorResult#content

Defined in:
lib/lockstep_sdk/models/error_result.rb

#contentString

Returns The full content of the HTTP response.

Returns:

  • (String)

    The full content of the HTTP response.



56
57
58
# File 'lib/lockstep_sdk/models/error_result.rb', line 56

def content
  @content
end