class Steep::Services::StatsCalculator::ErrorStats

def as_json

def as_json
  {
    type: "error",
    target: target.name.to_s,
    path: path.to_s
  }
end