Skip to content

Commit

Permalink
Add more possible FieldError reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 authored and maniac103 committed Dec 21, 2021
1 parent 7f6bcc6 commit 5a78c26
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public enum Reason {
@Json(name = "invalid") Invalid,
@Json(name = "already_exists") AlreadyExists,
@Json(name = "too_large") TooLarge,
@Json(name = "not_available") NotAvailable,
@Json(name = "unprocessable") Unprocessable,
@Json(name = "custom") Custom
}

Expand Down

0 comments on commit 5a78c26

Please sign in to comment.