Vonage / vonage-go-sdk

A lightweight library to help Go users everywhere integrate with the Vonage APIs. Issues and PRs all really welcome!!
https://vonage.github.io/vonage-go-sdk/
Apache License 2.0
51 stars 32 forks source link

Verify concurrent verifications are missing the request ID #34

Closed lornajane closed 3 years ago

lornajane commented 3 years ago

Error status 10 returns the request ID of the conflicting response, but it doesn't end up in RequestErrorResponse - make sure the request ID is returned in the structure if it's present in the response.

lornajane commented 3 years ago

Ah! Misspelled json annotation. Fixed.