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;
    }

    Hierarchy

    • Error
      • AIGuardAbortError
    Index

    Properties

    Properties

    reason: string

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