Skip to content

HTTP response loses stack-trace #341

@ghost

Description

The method validate_faraday_response! discards the Java stack-trace since it uses the :stack_trace key where it should be using the :stackTrace key. A response.inspect yields

#<Faraday::Response:0x00007f893f73bd40 
  @on_complete_callbacks=[], 
  @env=#<Faraday::Env 
    @method=:post 
    @body={
      :results=>[], 
      :errors=>[
        {
          :code=>"Neo.DatabaseError.Statement.ExecutionFailed", 
          :message=>nil, 
          :stackTrace=>"java.lang.NullPointerException ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions