CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Error entry for tracking errors

    interface ErrorEntry {
        id: string;
        error: Error;
        message: string;
        timestamp: Date;
        recoverable: boolean;
        context?: Record<string, unknown>;
    }
    Index

    Properties

    id: string

    Unique error ID

    error: Error

    Error object

    message: string

    User-friendly error message

    timestamp: Date

    Error timestamp

    recoverable: boolean

    Whether the error is recoverable

    context?: Record<string, unknown>

    Error context