@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface SyncEventSourcesError

    Error response - operation failed completely

    interface SyncEventSourcesError {
        errors: Error[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    Properties

    errors: Error[]

    Operation-level errors that prevented processing

    context?: ContextObject
    ext?: ExtensionObject