class ViewModel::AbstractError

def status

HTTP status code most appropriate for this error
def status
  500
end