meilisearch / meilisearch-swift

Swift client for the Meilisearch API
https://www.meilisearch.com
MIT License
92 stars 27 forks source link

Ensure the error handling are following the best practice #404

Closed brunoocasali closed 10 months ago

brunoocasali commented 1 year ago

⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, please add any clarification and instructions about this issue.

Sorry if this is already wholly/partially implemented. Feel free to let me know about the state of this issue in the repo.

Related to https://github.com/meilisearch/integration-guides/issues/267


:warning: For more information check https://github.com/meilisearch/integration-guides/issues/267

Ensure this SDK follows the following guidelines:

Essentially all the error should extend from MeilisearchError, the consumers should have a way to catch all the errors. Let us know if this is not clear, or you have better idea!

TODO:

Sherlouk commented 10 months ago

Client already follows practices listed above.