Rejection.payloadTooLarge constructor

const Rejection.payloadTooLarge(
  1. String message
)

A 413 rejection, used when a body exceeds the configured limit.

Implementation

const Rejection.payloadTooLarge(String message) : this._(413, message);