We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ErrorInfo is missing the domain and code fields. It also appears to include resource IDs in the metadata instead of resource names. For example:
domain
code
Expected
domain: "halo.wfanet.org" code: "REQUISITION_STATE_ILLEGAL" metadata { key: "requisition" value: "dataProviders/foo/requisitions/AAAAAAAAAHs" } metadata { key: "state" value: "FULFILLED" }
Actual
metadata { key: "requisitionId" value: "AAAAAAAAAHs" } metadata { key: "state" value: "FULFILLED" }
See AIP-193.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The ErrorInfo is missing the
domain
andcode
fields. It also appears to include resource IDs in the metadata instead of resource names. For example:Expected
Actual
See AIP-193.
The text was updated successfully, but these errors were encountered: