Braintree\Error\ErrorCollection::deepAll PHP Method

deepAll() public method

Returns all of the validation errors at all levels of nesting in a single, flat array.
public deepAll ( )
    public function deepAll()
    {
        return $this->_errors->deepAll();
    }