Home > @microsoft/api-extractor > ExtractorMessageId
ExtractorMessageId enum
Unique identifiers for messages reported by API Extractor during its analysis.
Signature:
export declare enum ExtractorMessageId
Enumeration Members
Member | Value | Description |
|---|---|---|
CyclicInheritDoc |
| "The |
DifferentReleaseTags |
| "This symbol has another declaration with a different release tag." |
ExtraReleaseTag |
| "The doc comment should not contain more than one release tag." |
ForgottenExport |
| "The symbol ___ needs to be exported by the entry point ___." |
IncompatibleReleaseTags |
| "The symbol ___ is marked as ___, but its signature references ___ which is marked as ___." |
InternalMissingUnderscore |
| "The name ___ should be prefixed with an underscore because the declaration is marked as |
InternalMixedReleaseTag |
| "Mixed release tags are not allowed for ___ because one of its declarations is marked as |
MisplacedPackageTag |
| "The |
MissingGetter |
| "The property ___ has a setter but no getter." |
MissingReleaseTag |
| "___ is part of the package's API, but it is missing a release tag ( |
PreapprovedBadReleaseTag |
| "The |
PreapprovedUnsupportedType |
| "The |
SetterWithDocs |
| "The doc comment for the property ___ must appear on the getter, not the setter." |
Undocumented |
| "Missing documentation for ___." |
UnresolvedInheritDocBase |
| "The |
UnresolvedInheritDocReference |
| "The |
UnresolvedLink |
| "The |
WrongInputFileType |
| "Incorrect file type; API Extractor expects to analyze compiler outputs with the .d.ts file extension. Troubleshooting tips: |
Remarks
These strings are possible values for the ExtractorMessage.messageId property when the ExtractorMessage.category is ExtractorMessageCategory.Extractor.