public sealed class ScanRunWarningTrace : IMessage<ScanRunWarningTrace>, IEquatable<ScanRunWarningTrace>, IDeepCloneable<ScanRunWarningTrace>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class ScanRunWarningTrace.
Output only.
Defines a warning trace message for ScanRun. Warning traces provide customers
with useful information that helps make the scanning process more effective.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ScanRunWarningTrace` class in the Web Security Scanner v1 API provides warning trace messages to help users improve the effectiveness of their scanning process."],["This class is the latest version, 2.5.0, but also has previous versions available in the documentation ranging from version 1.0.0. to version 2.4.0."],["It inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as a few interface specific to this program."],["The `ScanRunWarningTrace` class has two constructors, one default and another that takes a `ScanRunWarningTrace` object as a parameter."],["It includes a `Code` property, which indicates the warning code and is of type `ScanRunWarningTrace.Types.Code`."]]],[]]