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
TypestringThe non-empty fully qualified exception type name when available.
MessagestringThe 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
Type
The non-empty fully qualified exception type name when available.
public string Type { get; init; }