Class AIGuard.AIGuardAbortError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
datadog.trace.api.aiguard.AIGuard.AIGuardAbortError
All Implemented Interfaces:
Serializable
Enclosing class:
AIGuard

public static class AIGuard.AIGuardAbortError extends RuntimeException
Exception thrown when AIGuard evaluation results in blocking the execution due to security concerns.

Important: This exception is thrown when the evaluation action is not ALLOW (i.e., DENY or ABORT) and blocking mode is enabled.

See Also: