class RubyLsp::Result

The final result of running a request before its IO is finalized

def initialize(response:, error: nil)

def initialize(response:, error: nil)
  @response = response
  @error = error
end