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

MultiError does not get properly embedded as details in HttpError #98

Open
debedb opened this issue Jun 1, 2016 · 0 comments
Open

MultiError does not get properly embedded as details in HttpError #98

debedb opened this issue Jun 1, 2016 · 0 comments
Assignees

Comments

@debedb
Copy link
Contributor

debedb commented Jun 1, 2016

2016/06/01 13:01:28 Made
        common.HttpError{StatusCode:500, Details:(*common.MultiError)(0xc82000b\
ce0), ResourceID:"", ResourceType:"", SeeAlso:""}
        from
        &common.MultiError{errors:[]error{sqlite3.Error{Code:1, ExtendedCode:1,\
 err:"no such table: policies"}, sqlite3.Error{Code:1, ExtendedCode:1, err:"no \
such table: policies"}}}
        {"status_code":500,"details":{},"see_also":""}
^M

@debedb debedb self-assigned this Jun 1, 2016
pritesh added a commit that referenced this issue Nov 30, 2016
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