Braintree\Error\ErrorCollection::shallowAll PHP Method

shallowAll() public method

$result = Customer::create(...); $customerErrors = $result->errors->forKey('customer')->shallowAll();
public shallowAll ( )
    public function shallowAll()
    {
        return $this->_errors->shallowAll();
    }