Difference between revisions of "Error Messages/40876"
AManandhar (talk | contribs) (Created page with '= 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 [[…') |
|||
Line 1: | Line 1: | ||
− | = Error Message Examples = | + | [[Category: Error messages]] |
+ | ==Error Message Examples == | ||
− | + | :<code>''The server name in the URL passed to the ReadFromUrl could not be resolved.''</code> | |
− | = Cause = | + | == 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: | You have probably made a typo on the URL passed to the [[ReadFromUrl]] function. The following call to the function would trigger this error: | ||
− | <code> | + | :<code>ReadFromUrl("ww#.lumina.com");</code> |
− | |||
− | </code> | ||
− | = Remedies = | + | == Remedies == |
Check the URL passed to the [[ReadFromUrl]] function and correct it. | Check the URL passed to the [[ReadFromUrl]] function and correct it. | ||
− | + | ==See Also== | |
+ | * [[ReadFromUrl]] | ||
+ | * [[Links or URL in model attributes]] | ||
+ | * [[Function calls and parameters]] |
Latest revision as of 20:02, 5 April 2016
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