fun <T> Builder<ResponseEntity<T>>.statusCodeIs5xxServerError(): Builder<ResponseEntity<T>>
Asserts that the status code is a 5xx Server Error response.