CIA Compliance Manager API Documentation - v1.1.6
    Preparing search index...

    Interface ErrorLogEntry

    Error log entry structure

    interface ErrorLogEntry {
        context?: ErrorContext;
        message: string;
        recoverable: boolean;
        severity: ErrorSeverity;
        stack?: string;
        timestamp: string;
        userMessage: string;
    }
    Index

    Properties

    context?: ErrorContext

    Error context

    message: string

    Error message

    recoverable: boolean

    Whether the error is recoverable

    severity: ErrorSeverity

    Error severity

    stack?: string

    Error stack trace

    timestamp: string

    Timestamp

    userMessage: string

    User-friendly message