Difference between revisions of "Error Messages/40876"

(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 ==
  
The server name in the URL passed to the [[ReadFromUrl]] could not be resolved.
+
:<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>
[[ReadFromUrl]]("ww#.lumina.com");
 
</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.
  
<br><comments />
+
==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


You are not allowed to post comments.