class Playwright::Download

def failure

Returns download error if any. Will wait for the download to finish if necessary.
def failure
  wrap_impl(@impl.failure)
end