export interface RequestValidationError { fieldName: string; humanReadableMessage?: string; }