API Reference
HtmlConversionDiagnosticCodes
Stable diagnostic codes shared by OfficeIMO HTML target adapters.
Inheritance
- Object
- HtmlConversionDiagnosticCodes
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public static IReadOnlyList<String> All { get; } #All stable cross-adapter conversion diagnostic codes.
Fields
public const String SemanticContentMissing #The expected format-specific semantic envelope was not present.
SemanticContentMissingpublic const String SemanticBlockMissing #An expected semantic table or content block was not present.
SemanticBlockMissingpublic const String SemanticValueInvalid #A semantic scalar value could not be parsed as its declared type.
SemanticValueInvalidpublic const String ResourceDecodeFailed #An embedded resource could not be decoded.
ResourceDecodeFailedpublic const String ResourceTypeUnsupported #A resource media type is not supported by the target adapter.
ResourceTypeUnsupportedpublic const String ContentApproximated #Content was restored through an approximate fallback.
ContentApproximatedpublic const String ContentOmitted #Content could not be represented in the target and was omitted.
ContentOmittedpublic const String ArtifactCreationFailed #Target artifact construction failed.
ArtifactCreationFailedpublic const String TargetLimitExceeded #Input exceeded a target format grid or structural limit.
TargetLimitExceededpublic const String TableSpanInvalid #An invalid or overlapping table span was normalized.
TableSpanInvalidpublic const String HtmlDepthLimitExceeded #HTML nesting exceeded the shared pre-analysis depth budget.
HtmlDepthLimitExceededpublic const String CssSizeLimitExceeded #One embedded stylesheet exceeded the configured byte budget.
CssSizeLimitExceededpublic const String CssTotalSizeLimitExceeded #Embedded stylesheets exceeded the operation-wide byte budget.
CssTotalSizeLimitExceededpublic const String CssRuleLimitExceeded #Active CSS rules exceeded the configured complexity budget.
CssRuleLimitExceededpublic const String CssDeclarationLimitExceeded #CSS declarations exceeded the configured complexity budget.
CssDeclarationLimitExceededpublic const String CssSelectorEvaluationLimitExceeded #Selector matching exceeded the configured operation-wide evaluation budget.
CssSelectorEvaluationLimitExceededpublic const String SemanticMetadataLimitExceeded #A semantic envelope or metadata field exceeded its configured limit.
SemanticMetadataLimitExceededpublic const String SemanticSchemaUnsupported #A versioned semantic envelope declared an unsupported source or schema version.
SemanticSchemaUnsupportedpublic const String SemanticSchemaLegacy #A legacy semantic envelope did not declare a schema version.
SemanticSchemaLegacypublic const String SemanticRestorationTrustRequired #A v2 envelope requested target-specific restoration without caller trust.
SemanticRestorationTrustRequiredpublic const String MediaFilterFailed #Media filtering could not safely parse or transform an active stylesheet.
MediaFilterFailed