Function compilerOperationHelperUnknownEntity
- compilerOperationHelperUnknownEntity(identifier, variableId): {
error: string;
status: "error";
} Parameters
identifier: string
variableId: string
Returns {
error: string;
status: "error";
}
error: string
status: "error"