message = $message; $this->code = $code; $this->errors = $errors; } public function errors(){ return $this->errors; } }