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

# retryAdviceFor

> What the API's own documentation says to do about a code.

```ts theme={null}
retryAdviceFor(code: string): RetryAdvice
```

## Example

```ts theme={null}
retryAdviceFor("rate_limit.exceeded"); // "wait_and_retry"
```
