class ActionMailbox::Relayer::Result

def transient_failure?

def transient_failure?
  status_code.start_with?("4.")
end