error_required_dynamic_aliases
Emits required dynamic aliases error.
This will be called when `warn_required_dynamic_aliases=True`.
def error_required_dynamic_aliases(
api: SemanticAnalyzerPluginInterface,
context: Context
) - > None
Emits required dynamic aliases error. This will be called when warn_required_dynamic_aliases=True.
Parameters
| Name | Type | Description |
|---|---|---|
| api | SemanticAnalyzerPluginInterface | The semantic analyzer plugin interface used to report the failure message |
| context | Context | The AST context (such as a node or line number) where the error occurred |
Returns
| Type | Description |
|---|---|
None | Nothing; this function is called for its side effect of reporting a failure to the semantic analyzer |