from typing import Any from braintree.validation_error_collection import ValidationErrorCollection as ValidationErrorCollection class Errors: errors: Any size: Any def __init__(self, data) -> None: ... @property def deep_errors(self): ... def for_object(self, key): ... def __len__(self): ...