threefoldtech / tfgrid-sdk-go

Apache License 2.0
2 stars 4 forks source link

Enhance FilterNodes to Return Public Error When No Nodes Match Specified Resources #1170

Closed amr-yassir closed 1 month ago

amr-yassir commented 3 months ago

Is your feature request related to a problem? Please describe

Currently, the FilterNodes function returns a generic error message when it fails to find nodes that match the specified resources.

Describe the solution you'd like

FilterNodes function returns a public, descriptive error when it does not find any nodes that match the specified resource requirements.