> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Challenge Time Interval Not Exceeded

> A new challenge cannot be issued yet

## Cause

A new challenge was requested before the required retry interval elapsed.

## Fix

Wait for the retry interval to pass before requesting another challenge.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Create an authentication challenge](/api-reference/challenges/create-an-authentication-challenge)
* [Create an email verification challenge](/api-reference/email-verification/create-an-email-verification-challenge)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/challengeTimeIntervalNotExceeded",
  "title": "Challenge Time Interval Not Exceeded",
  "status": 422,
  "detail": "A new challenge was requested before the required retry interval elapsed."
}
```
