$reason], null, 400); } /** * Retrieve the reason why the request was invalid. * * @return string The reason why the request was invalid. */ public function getReason(): string { return $this->reason; } }