emitter.error(...) is called (non-fatal) OR when
emitter.fatal(...) is called (fatal — the aggregated error is passed here too).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Warning: This documentation is a WIP.
Fired when is called (non-fatal) OR when is called (fatal — the aggregated error is passed here too).
emitter.error(...) is called (non-fatal) OR when
emitter.fatal(...) is called (fatal — the aggregated error is passed here too).
type ProviderErrorPayload = BaseProviderHookPayload & { error: OMSSProviderError }
Was this page helpful?