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

# OMSSProviderResult

> The result of a provider getSources call if successful.

## Properties

<ResponseField name={"errors"} type={"OMSSProviderError[]"} required>
  Array of errors.
</ResponseField>

<ResponseField name={"sources"} type={"Source[]"} required>
  Array of sources.
</ResponseField>

<ResponseField name={"subtitles"} type={"Subtitle[]"} required>
  Array of subtitle tracks.
</ResponseField>


## Related topics

- [ProviderResult](/sdk-artifacts/types/ProviderResult.md)
- [ProviderResultEmitter](/sdk-artifacts/types/ProviderResultEmitter.md)
- [Result](/sdk-artifacts/types/Result.md)
