Sha256: 30f6d7a2884c167b77d7ba08a58f47b4f7a1a0d2818107114459a048e587ef56
Contents?: true
Size: 643 Bytes
Versions: 6
Compression:
Stored size: 643 Bytes
Contents
<% if job.failed? %> <h2 class="subtitle">Error information</h2> <table class="table"> <tbody> <tr> <th>Type</th> <td> <%= job.last_execution_error.error_class %> </td> </tr> <tr> <th>Message</th> <td> <%= job.last_execution_error.try(:message) || job.last_execution_error.inspect %> </td> </tr> </tbody> </table> <% if @server.backtrace_cleaner %> <%= render "mission_control/jobs/jobs/failed/backtrace_toggle", application: @application, job: job %> <% end %> <pre class="is-family-monospace mb-4 backtrace-content"><%= failed_job_backtrace(job, @server) %></pre> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems