-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix 470 and Update MantaErrorCode Enum Values #474
Closed
indianwhocodes
wants to merge
17
commits into
TritonDataCenter:release-branch
from
indianwhocodes:ashwin-fix-470
Closed
Fix 470 and Update MantaErrorCode Enum Values #474
indianwhocodes
wants to merge
17
commits into
TritonDataCenter:release-branch
from
indianwhocodes:ashwin-fix-470
Conversation
This file contains 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
dekobon
reviewed
Feb 5, 2019
java-manta-client-unshaded/src/main/java/com/joyent/manta/exception/MantaErrorCode.java
Show resolved
Hide resolved
indianwhocodes
added a commit
that referenced
this pull request
Apr 8, 2019
* Fixing Issue#479 (#500) * Follow-Up After Investigating Fixing#479 (#499) * String Literals Refactored Commit * Equals() Changes Commit * Copyright Headers Commit * Document MetricReporterSupplier Class, Additional Changes (#473) * Remove invalid comments * Added javadoc, Changed Exception Signature * Remove Unused Exception, WhiteSpace-Consistency * Added Author name * Added source reference for Metrics * Fixing Issue#480 (#496) * Fixing Issue#480 * Elijah's Feedback * JavaDoc description for skipping test * Removed @test annotation, waiting on #474 to be merged * Final Changes * Refactoring, Add @test dependencies * Developer's Guide Added (#495) More Feedback from Elijah, Carol * Fix 470 and Update MantaErrorCode Enum Values Remove Duplicates with same rest codes Remove Error Codes tagged Duplicated && Deprecated Elijah's Feedback. * Additional unit tests added * Final Changes * [maven-release-plugin] prepare release java-manta-3.4.0 * [maven-release-plugin] prepare for next development iteration * [maven-release-plugin] prepare release java-manta-3.4.0 * [maven-release-plugin] prepare for next development iteration * CHANGELOG Updates for Subsequent Release
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Certain Inconsistencies were observed while fixing Issue#470. Follow-Up:
These discrepancies were removed and subsequently enum values corrected for:
409:
ENTITY_EXISTS_ERROR.400:
INVALID_PATH_ERROR.409:
JOB_STATE_ERROR.400:
LINK_REQUIRED_ERROR.400:
MAX_CONTENT_LENGTH_ERROR.409:
MULTIPART_UPLOAD_CREATE_ERROR.Additional Values Edited by referring source file.
Enum Values added for:
401:
INVALID_ALGORITHM_ERROR.503:
SHARDS_EXHAUSTED_ERROR*.Other Values Added by referring source file.