| Enum Constant and Description |
|---|
| ltd.fdsa.web.enums.HttpCode.DESTINATION_LOCKED |
| ltd.fdsa.web.enums.HttpCode.INSUFFICIENT_SPACE_ON_RESOURCE |
| ltd.fdsa.web.enums.HttpCode.METHOD_FAILURE |
| ltd.fdsa.web.enums.HttpCode.REQUEST_ENTITY_TOO_LARGE
in favor of
PAYLOAD_TOO_LARGE which will be
returned from HttpStatus.valueOf(413) |
| ltd.fdsa.web.enums.HttpCode.REQUEST_URI_TOO_LONG
in favor of
URI_TOO_LONG which will be returned from HttpStatus.valueOf(414) |
Copyright © 2022. All rights reserved.