Error Messages/40876
Error Message Examples
The server name in the URL passed to the ReadFromUrl could not be resolved.
Cause
You have probably made a typo on the URL passed to the ReadFromUrl function. The following call to the function would trigger this error:
ReadFromUrl("ww#.lumina.com");
Remedies
Check the URL passed to the ReadFromUrl function and correct it.
See Also
Comments
Enable comment auto-refresher