Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You attempted to place an #ExternalSource
directive within another #ExternalSource
block. The #ExternalSource
directive references outside code, enabling the compiler to accurately report when exceptions occur within that code.
#ExternalSource
blocks cannot be nested within other #ExternalSource
blocks.
Error ID: BC30580
To correct this error
- Move the inner
#ExternalSource
directive outside the enclosing#ExternalSource
block.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.