FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: update GoogleJsonError object to accomodate all fields in Invalid parameter exception by Neenu1995 · Pull Request #1783 · googleapis/google-api-java-client · GitHub

fix: update GoogleJsonError object to accomodate all fields in Invalid parameter exception - #1783

Merged
gcf-merge-on-green[bot] merged 3 commits into
masterfrom
fix-google-json-error
May 7, 2021
Merged

fix: update GoogleJsonError object to accomodate all fields in Invalid parameter exception#1783
gcf-merge-on-green[bot] merged 3 commits into
masterfrom
fix-google-json-error

Conversation

Neenu1995 commented May 4, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

Fixes b/185405327

Invalid parameter error message does not contain details about which parameter is the invalid one. These fields have been added to GoogleJsonError object.

Neenu1995 requested a review from a team May 4, 2021 00:54
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label May 4, 2021
}

public List<ParameterViolations> getParameterViolations() {
return parameterViolations;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

exposes mutable private state, needs a defensive copy

return parameterViolations;
}

public void setParameterViolations(List<ParameterViolations> parameterViolations) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

exposes mutable private state

return details;
}

public void setDetails(List<Details> details) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

exposes mutable private state

this.message = message;
}

public List<Details> getDetails() {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

exposes mutable private state

Neenu1995 requested a review from elharo May 6, 2021 22:10
Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label May 7, 2021
gcf-merge-on-green Bot merged commit 94c4570 into master May 7, 2021
gcf-merge-on-green Bot deleted the fix-google-json-error branch May 7, 2021 18:38
gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 7, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL