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

    Interface ErrorContext

    Context information for errors

    interface ErrorContext {
        component?: string;
        level?: string;
        method?: string;
        service?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Additional context information

    Index

    Properties

    component?: string

    Component being processed

    level?: string

    Security level being processed

    method?: string

    Method that generated the error

    service?: string

    Service that generated the error