google-cloud-api@5.0.0
·
97 commits
to main
since this release
Major Changes
-
13e7538: Add missing
statusin the data structure:{ error: { code: number, status: string, // new message: string, details: Details[] } }
This
statusis mentioned in the Google Cloud APIs documentation (example) but was not added before.Since this change adds a new required/expected field. This is a breaking change.