Learner\Services\Forms\AbstractFormService::getErrors PHP Method

getErrors() public method

Get the validation errors off of the Validator instance.
public getErrors ( ) : Illuminate\Support\MessageBag
return Illuminate\Support\MessageBag
    public function getErrors()
    {
        return $this->validator->errors();
    }