Uses of Class
neqsim.mcp.model.DiagnosticIssue
Packages that use DiagnosticIssue
Package
Description
Typed model classes for NeqSim MCP (Model Context Protocol) integration.
-
Uses of DiagnosticIssue in neqsim.mcp.model
Fields in neqsim.mcp.model with type parameters of type DiagnosticIssueMethods in neqsim.mcp.model that return DiagnosticIssueModifier and TypeMethodDescriptionstatic DiagnosticIssueCreates an error-level issue.static DiagnosticIssueCreates a warning-level issue.Methods in neqsim.mcp.model that return types with arguments of type DiagnosticIssueMethod parameters in neqsim.mcp.model with type arguments of type DiagnosticIssueModifier and TypeMethodDescriptionstatic <T> ApiEnvelope<T> ApiEnvelope.errors(List<DiagnosticIssue> issues) Creates an error envelope with multiple issues.Constructor parameters in neqsim.mcp.model with type arguments of type DiagnosticIssueModifierConstructorDescriptionprivateApiEnvelope(String status, T data, List<DiagnosticIssue> errors, List<String> warnings) Private constructor — use factory methods.