---
title: failureWhileWaiting
framework: xctest
role: symbol
role_heading: Type Property
path: xctest/xctesterror/failurewhilewaiting
---

# failureWhileWaiting

A code that represents a test failure the test encountered while waiting to fulfill expectations.

## Declaration

```swift
static var failureWhileWaiting: XCTestError.Code { get }
```

## See Also

### Classifying Errors with Codes

- [timeoutWhileWaiting](xctest/xctesterror/timeoutwhilewaiting.md)
- [XCTestError.Code](xctest/xctesterror/code.md)
