Method: Highway::Runtime::Report#error

Defined in:
lib/highway/runtime/report.rb

#errorFastlaneCore::Interface::FastlaneException?

An error that the step failed with, if any.

Returns:

  • (FastlaneCore::Interface::FastlaneException, nil)


37
38
39
# File 'lib/highway/runtime/report.rb', line 37

def error
  @error
end