Package datadog.trace.api.aiguard
Class AIGuard.AIGuardClientError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
datadog.trace.api.aiguard.AIGuard.AIGuardClientError
- All Implemented Interfaces:
Serializable
- Enclosing class:
AIGuard
Exception thrown when there are client-side errors communicating with the AIGuard REST API.
This exception indicates problems with the AIGuard client implementation such as:
- Network connectivity issues when calling the AIGuard REST API
- Authentication failures with the AIGuard service
- Invalid configuration or missing API credentials
- Request timeout or service unavailability
- Malformed requests or unsupported API versions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAIGuardClientError(String message, Object errors) AIGuardClientError(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AIGuardClientError
-
AIGuardClientError
-
-
Method Details
-
getErrors
-