acceptedResponseStatusCodes property
If present, the check will only pass if the HTTP response status code is in this set of status codes.
If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
Implementation
core.List<ResponseStatusCode>? acceptedResponseStatusCodes;