redhat-developer/app-services-sdk-go

Error helpers should be part of the SDK's

Opened this issue · 2 comments

Will that be used anywhere other than the CLI?

yes.. Get API error implementation is tricky that involves casting errors and without that sdk users cannot get full error information nor handle it. Obviously status codes and error model will be different for each SDK but they should be there.