MCPcopy Create free account
hub / github.com/agenticsorg/edge-agents / ValidationError

Class ValidationError

scripts/agents/devops/src/aws/base.py:72–76  ·  view source on GitHub ↗

Exception raised when input validation fails.

Source from the content-addressed store, hash-verified

70
71
72class ValidationError(AWSServiceError):
73 """Exception raised when input validation fails."""
74
75 def __init__(self, message: str):
76 super().__init__(message, "Check the input parameters and ensure they meet the requirements.")
77
78
79class RateLimitError(AWSServiceError):

Callers 1

handle_errorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected