API Reference

Class

GoogleWorkspaceDiagnosticEntry

Namespace OfficeIMO.GoogleWorkspace
Assembly OfficeIMO.GoogleWorkspace
Modifiers sealed

Structured diagnostic entry that callers can forward to their own logging pipeline.

Inheritance

  • Object
  • GoogleWorkspaceDiagnosticEntry

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public GoogleWorkspaceDiagnosticEntry(TranslationSeverity severity, String feature, String message, String path = "", Nullable<GoogleWorkspaceFailureKind> failureKind = null, String code = null, TranslationAction action = None, Int32 count = 1, String targetId = null) #

Parameters

severity TranslationSeverity requiredposition: 0
feature String requiredposition: 1
message String requiredposition: 2
path String = "" optionalposition: 3
failureKind Nullable<GoogleWorkspaceFailureKind> = null optionalposition: 4
code String = null optionalposition: 5
action TranslationAction = None optionalposition: 6
count Int32 = 1 optionalposition: 7
targetId String = null optionalposition: 8

Properties