severityChangedExtraInfo

Additional contextual information for a severity change event.

Examples

type SeverityChangedExtraInfo {
  key: String
  value: String
  link: String
  snippet: SnippetInfo
  iconLink: String
  callBranch: [String]
}

Fields

Field
Description
Supported fields

key String

Key or label describing the extra info

value String

Value or content related to the key

link String

Optional hyperlink related to this extra info

snippet SnippetInfo

Code snippet context associated with the extra info

snippetLineNumber Int language String text String fileName String

iconLink String

URL to an icon representing this info

callBranch [String]

Call branch stack or related trace information as a list of strings

References

Fields with this object:

Last updated