You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

WIP


Http Status Codes

TypeOperationDescription

HTTP Response Code

from Spring MVC HttpStatus

SuccessCreation (POST)Resource successfully createdHttpStatus.CREATED (201)
SuccessRetrieve (GET)Resource(s) successfully retrievedHttpStatus.OK (200)
SuccessRemoval (DELETE)Resource successfully deletedHttpStatus.NO_CONTENT (204)
ErrorAllInvalid request provided by the clientHttpStatus.BAD_REQUEST (400)
ErrorAllUnexpected system errorHttpStatus.INTERNAL_SERVER_ERROR (500)
  • No labels