Enum Constant and Description |
---|
io.nem.symbol.core.utils.HttpStatus.DESTINATION_LOCKED |
io.nem.symbol.core.utils.HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE |
io.nem.symbol.core.utils.HttpStatus.METHOD_FAILURE |
io.nem.symbol.core.utils.HttpStatus.MOVED_TEMPORARILY
In favor of
HttpStatus.FOUND which will be returned from HttpStatus.valueOf(302) |
io.nem.symbol.core.utils.HttpStatus.REQUEST_ENTITY_TOO_LARGE
In favor of
HttpStatus.PAYLOAD_TOO_LARGE which will be returned from HttpStatus.valueOf(413) |
io.nem.symbol.core.utils.HttpStatus.REQUEST_URI_TOO_LONG
In favor of
HttpStatus.URI_TOO_LONG which will be returned from HttpStatus.valueOf(414) |
io.nem.symbol.core.utils.HttpStatus.USE_PROXY
due to security concerns regarding in-band configuration of a proxy
|