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

# ProviderWarnPayload

> Fired when is called.

Fired when `emitter.warn(...)` is called.
Non-fatal, degraded-but-recoverable situations.

```typescript
type ProviderWarnPayload = BaseProviderHookPayload & { args: unknown[] }
```


## Related topics

- [ProviderDonePayload](/sdk-artifacts/types/ProviderDonePayload.md)
- [ProviderDebugPayload](/sdk-artifacts/types/ProviderDebugPayload.md)
- [ProviderInfoPayload](/sdk-artifacts/types/ProviderInfoPayload.md)
