Class StubHttpFailure

Namespace
XBullet.EasyTesting.Http
Assembly
XBullet.EasyTesting.Http.dll

A stable description of an exception observed during an HTTP exchange.

public sealed record StubHttpFailure : IEquatable<StubHttpFailure>
Inheritance
StubHttpFailure
Implements
Inherited Members

Constructors

StubHttpFailure(string, string)

A stable description of an exception observed during an HTTP exchange.

public StubHttpFailure(string Type, string Message)

Parameters

Type string

The non-empty fully qualified exception type name when available.

Message string

The exception message captured at the time of failure.

Properties

Message

The exception message captured at the time of failure.

public string Message { get; init; }

Property Value

string

Type

The non-empty fully qualified exception type name when available.

public string Type { get; init; }

Property Value

string