Definition

Sets a series of monitoring and alerting rules based on specific content, domain name, and error type.

For example, if you want to monitor and record all errors detected, but you do not wish to trigger alert messages for certain content, you can use the corresponding network response modifier method.

See more here.

public class NetworkResponseModifier : MarshalByRefObject

Methods

OK Overwrites any error status with the OK value for the responses that match the specified parameters.
Error Generates the error with the specified error type.
Skip Ignores all defined Network Response Modifiers (related to the URL string mask) starting from the Skip method’s line and through the rest of the script.
Shadow Shadows responses that match the URL mask regardless of the value of the response.
Clear Clears the stack of all the Network Response Modifier rules.