public function Braintree_Error_ErrorCollection::deepAll in Commerce Braintree 7
Returns all of the validation errors at all levels of nesting in a single, flat array.
File
- braintree_php/
lib/ Braintree/ Error/ ErrorCollection.php, line 39
Class
- Braintree_Error_ErrorCollection
- Handles validation errors
Code
public function deepAll() {
return $this->_errors
->deepAll();
}