cycloidio / raws

[UNMAINTAINED] AWS Reader
MIT License
15 stars 0 forks source link

Meaningless error message #10

Closed ifraixedes closed 6 years ago

ifraixedes commented 6 years ago

The type Err which is the type which satisfies the standard error interface and used to return the errors in all the functions specified in the AWSReader interface return a meaningless error message.

For example getting a list of instances from all the zone European zones eu-* using the input flag DryRun: true which should return always an error returns this error message (i.e. err.Error()):

Error: 4 error(s) occured: [[eu-west-3 ec2] [eu-west-2 ec2] [eu-west-1 ec2] [eu-central-1 ec2]]