struct Protocol::Audits::InspectorIssue

Overview

An inspector issue reported from the back-end.

Included Modules

Defined in:

protocol/audits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def code : InspectorIssueCode #

[View source]
def details : InspectorIssueDetails #

[View source]
def issue_id : IssueId | Nil #

A unique id for this issue. May be omitted if no other entity (e.g. exception, CDP message, etc.) is referencing this issue.


[View source]