|
When using the RAL to get a list of resources, if the provider does not have the instances method defined you get:
Error: Could not run: Provider getsetsebool has not defined the 'instances' class method
|
Regurgitating and implementation detail is incredibly unhelpful except for those few that actually know how types and providers work.
I'd like to suggest we add a default instances method on providers that gives us a more helpful error message which every provider must then override (which they'll do anyway if they want to provide this feature, if not they get a user friendly error message for free).
|