Neomerx\JsonApi\Exceptions\JsonApiException::getErrors PHP Method

getErrors() public method

public getErrors ( ) : ErrorCollection
return ErrorCollection
    public function getErrors()
    {
        return $this->errors;
    }