Skip to content

Commit

Permalink
Merge "[FAB-1232] Add 413 Request Entity Too Large status code"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Yellick authored and Gerrit Code Review committed Dec 5, 2016
2 parents 1a6496e + c228cad commit 18c4999
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 59 deletions.
122 changes: 63 additions & 59 deletions protos/common/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions protos/common/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ enum Status {
BAD_REQUEST = 400;
FORBIDDEN = 403;
NOT_FOUND = 404;
REQUEST_ENTITY_TOO_LARGE = 413;
INTERNAL_SERVER_ERROR = 500;
SERVICE_UNAVAILABLE = 503;
}
Expand Down

0 comments on commit 18c4999

Please sign in to comment.