Method: Highway::Runtime::Report#error
- Defined in:
- lib/highway/runtime/report.rb
#error ⇒ FastlaneCore::Interface::FastlaneException?
An error that the step failed with, if any.
37 38 39 |
# File 'lib/highway/runtime/report.rb', line 37 def error @error end |