SecurityAnswerTimeout
Job status
Disconnected
SecurityAnswerTimeout
occurs when the provider prompts for a security question, but no answer is submitted within the allowed time window.
This typically follows SecurityAnswerRequired
and indicates that the session expired due to user inactivity.
Implications:
- The session is terminated without progressing further.
- No data is retrieved.
- The session is considered unsuccessful, and will not resume automatically.
Expected Developer Action:
- Notify the user that the session timed out waiting for a response to a security question.
- Allow the user to restart the connection and answer the question promptly in the next attempt.
- Optionally, log the timeout duration or retry patterns to improve user experience or alert logic.
Possible Previous Statuses:
Possible Next Statuses:
- None -
SecurityAnswerTimeout
is a terminal status. The session cannot be resumed and must be re-initiated.
Updated 8 days ago