Dela via


ResponseCondition Enum

Definition

Specifies the conditions under which a response transform will run.

public enum ResponseCondition
type ResponseCondition = 
Public Enum ResponseCondition
Inheritance
ResponseCondition

Fields

Name Value Description
Always 0

The transform runs for all conditions.

Success 1

The transform only runs if there is a successful response with a status code less than 400.

Failure 2

The transform only runs if there is no response or a response with a 400+ status code.

Applies to