dd-trace
    Preparing search index...

    Interface AIGuardAbortError

    Error thrown when AI Guard evaluation determines that a conversation should be blocked and the client is configured to enforce blocking mode.

    interface AIGuardAbortError {
        reason: string;
        tags: string[];
    }

    Hierarchy

    • Error
      • AIGuardAbortError
    Index

    Properties

    Properties

    reason: string

    Human-readable explanation from AI Guard describing why the conversation was blocked.

    tags: string[]

    List of tags associated with the evaluation (e.g. indirect-prompt-injection)