Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve EC2 instance role and EC2Metadata client error messages #548

Merged
merged 2 commits into from
Feb 8, 2016

Commits on Feb 8, 2016

  1. aws/ec2metadata: Improve error messages

    Improves the error messages received for EC2Metadata client requests.
    The error message bodies were being dropped by the SDK and are now
    included in the error returned.
    
    Fix #545
    jasdel committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    368825e View commit details
    Browse the repository at this point in the history
  2. aws/awserr: Allow errors to stack

    Allow returned errors to be chained in a stack so that nested errors are
    not ignored. This change updates the SDK so that the chain of errors
    which occurred are all included. Instead of just the first error.
    jasdel committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    1dc53c8 View commit details
    Browse the repository at this point in the history