uriTooLong constant
HttpStatus
const uriTooLong
414 URI Too Long
The URI requested by the client is longer than the server is willing to interpret.
Implementation
static const uriTooLong = HttpStatus(414);