mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-22 17:19:00 +01:00
11 lines
317 B
C#
11 lines
317 B
C#
namespace WireMock.Org.Abstractions;
|
|
|
|
/// <summary>
|
|
/// The fault to apply (instead of a full, valid response).
|
|
/// </summary>
|
|
public static class MappingsResponseFaultConstants
|
|
{
|
|
public const string EMPTYRESPONSE = "EMPTY_RESPONSE";
|
|
|
|
public const string MALFORMEDRESPONSECHUNK = "MALFORMED_RESPONSE_CHUNK";
|
|
} |