Vixen
02b45cc4
csharp
public record class GateProblem

What went wrong, when something did. The body of every non-2xx answer.

Read the guide page for this →

Fields and properties (2)

  • public string Code

    A stable, machine-readable token — unauthenticated, name-taken.

  • public string Detail

    A sentence for a human, which may change without being a breaking change.

Methods (1)

  • public GateProblem(string Code, string Detail)

    What went wrong, when something did. The body of every non-2xx answer.

Used by (9)

  • FakeGateVixen.Live.Client.Tests
  • GateAnswerVixen.Live.Gate
  • GateClientVixen.Live.Client
  • GateClientTestsVixen.Live.Client.Tests
  • GateEndpointsVixen.Live.Gate
  • GateJsonVixen.Live.Abstractions
  • GateOutcomeVixen.Live.Client
  • GateProtocolTestsVixen.Live.Abstractions.Tests
  • GateServiceTestsVixen.Live.Gate.Tests