Rejection.payloadTooLarge constructor
const
Rejection.payloadTooLarge(
- String message
A 413 rejection, used when a body exceeds the configured limit.
Implementation
const Rejection.payloadTooLarge(String message) : this._(413, message);