Error code E0624
A private item was used outside of its scope.
Erroneous code example:
ⓘ
Two possibilities are available to solve this issue:
- Only use the item in the scope it has been defined:
- Make the item public:
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
A private item was used outside of its scope.
Erroneous code example:
ⓘ
Two possibilities are available to solve this issue: