Package app.ductape.sdk.core.errors
Interface DuctapeError
- All Known Implementing Classes:
AgentError,ApiException,CacheError,DatabaseError,GraphError,HttpRateLimitExceededException,IntegrationApiError,QueryValidationError,ResilienceError,SecretEnvironmentError,SecretExpiredError,SecretNotFoundError,SecretRevokedError,SecretScopeError,SessionsResolver.SessionResolutionError,VectorError
public interface DuctapeError
Common contract for typed SDK exceptions without forcing existing classes into a new hierarchy.
-
Method Summary
-
Method Details
-
code
String code()Stable machine-readable code, suitable for logs and API envelopes. -
details
Optional structured details; implementations may return an empty map.
-