Enum BowireDiscoverySeverity
- Namespace
- Kuestenlogik.Bowire.Models
- Assembly
- Kuestenlogik.Bowire.dll
How a BowireDiscoveryDiagnostic is meant to be read. It is a C#-only axis: BowireDiscoveryProbe combines it with the service count to pick the Outcome string that actually reaches the wire.
public enum BowireDiscoverySeverity
Fields
Fault = 1Something genuinely broke behind an otherwise successful handshake. With services present this is what produces OutcomePartial; with none it is indistinguishable from a throw and lands on
error.Note = 0Context, not a failure — "no OpenAPI document found at this origin", "resolved via /openapi/v1.json", "the OpenAPI parser package is not installed". The outcome stays
ok/empty; only the message gets better than "returned no services".