Enum ProtoTraceSectionKind
The closed vocabulary of operation sections. A viewer renders these four kinds and nothing else, so an integration describes what happened in data, never in markup or styling.
public enum ProtoTraceSectionKind
- Extension Methods
Fields
Checks = 2What was checked and how it went.
Code = 1A payload to read: a body, a query, a snippet.
Diff = 3Expected against actual, per property.
Fields = 0Labelled facts: status, url, counts, timing.