ResponseCondition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |