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

docs vs code discrepancy in Err field #24

Closed
ahmetb opened this issue Jan 25, 2016 · 0 comments
Closed

docs vs code discrepancy in Err field #24

ahmetb opened this issue Jan 25, 2016 · 0 comments

Comments

@ahmetb
Copy link

ahmetb commented Jan 25, 2016

https://docs.docker.com/engine/extend/plugins_volume/

this document often cites "Err" field as null, however this SDK often sends empty string ("") if the field is not a non-empty string. Pretty sure it works just fine but this shows:

a. API on the docker-engine side is not well defined nor strict (i.e. relies on Go json decoder and type zero value)
b. this library doesn't exactly do what docs say.

@ahmetb ahmetb changed the title docs vs code discrepancy docs vs code discrepancy in Err field Jan 25, 2016
samoht added a commit to samoht/docker that referenced this issue Apr 13, 2016
Fix docker/go-plugins-helpers#24

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant