> ## 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.

# ProviderErrorPayload

> Fired when is called (non-fatal) OR when is called (fatal — the aggregated error is passed here too).

Fired when `emitter.error(...)` is called (non-fatal) OR when
`emitter.fatal(...)` is called (fatal — the aggregated error is passed here too).

```typescript
type ProviderErrorPayload = BaseProviderHookPayload & { error: OMSSProviderError }
```


## Related topics

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