public final class VendorError extends Object
Diagnostic.
This metadata is explanatory only: consumers must continue to branch on
DiagnosticCode. A vendor error may be attached only when the
diagnostic factory has exact evidence that the vendor's documented cause
matches the source construct.
API status: read-only consumption of analyzer-produced vendor enrichment is part of Join Analysis Consumption Profile v1. Constructors are producer-oriented and are outside that profile.
| Constructor and Description |
|---|
VendorError(String vendor,
String code,
String title,
String helpUri,
String matchedProfile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode() |
String |
getHelpUri() |
String |
getMatchedProfile() |
String |
getTitle() |
String |
getVendor() |
int |
hashCode() |
String |
toString() |
public String getHelpUri()
public String getMatchedProfile()
null when not profile-specific.