validate method

void validate()

Validates the request. Throws an error on failure.

Implementation

void validate() {
  // Individual config validations would go here
  // For now, we'll rely on the individual config classes to validate themselves
}