RequestValidationError.header constructor

RequestValidationError.header(
  1. String message
)

Implementation

RequestValidationError.header(this.message)
    : location = ValidationErrorLocation.header,
      errors = null;