| Previous | Next |
| WINBIO_E_INVALID_OPERATION | WINBIO_E_CRED_PROV_DISABLED |
WINBIO_E_SESSION_BUSY
WINBIO_E_SESSION_BUSY means a session cannot start a new biometric operation because an earlier operation is still active. This is a session-level concurrency condition.
What to check
- Wait for the pending operation to finish, fail, or be cancelled before issuing another request.
- For asynchronous code, serialize work through the completion callback or event result.
- Use separate sessions only when the device and pool configuration support concurrent work; otherwise coordinate access at the application level.
Microsoft: WinBioCaptureSample
Microsoft: Windows Biometric Framework client error codes
Looking for a different code? Search another status or error code.
