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

public static class AIGuard.AIGuardClientError extends RuntimeException
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 Details

    • AIGuardClientError

      public AIGuardClientError(String message, Throwable cause)
    • AIGuardClientError

      public AIGuardClientError(String message, Object errors)
  • Method Details

    • getErrors

      public Object getErrors()