statusClass property
A class of status codes to accept. Possible string values are:
- "STATUS_CLASS_UNSPECIFIED" : Default value that matches no status codes.
- "STATUS_CLASS_1XX" : The class of status codes between 100 and 199.
- "STATUS_CLASS_2XX" : The class of status codes between 200 and 299.
- "STATUS_CLASS_3XX" : The class of status codes between 300 and 399.
- "STATUS_CLASS_4XX" : The class of status codes between 400 and 499.
- "STATUS_CLASS_5XX" : The class of status codes between 500 and 599.
- "STATUS_CLASS_ANY" : The class of all status codes.
Implementation
core.String? statusClass;