Difference between revisions of "Error Messages/40317"

(Created page with '= Error Message Examples = Error encountered in the parameter declaration for Function CovertToText while checking: (X: text coerce text) The data type for the parameter is …')
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
= Error Message Examples  =
+
[[Category: Error messages]]
  
 +
== Error message examples  ==
 +
 +
<pre style="background:white; border:white; margin-left: 1em; font-style:italic">
 
  Error encountered in the parameter declaration for Function CovertToText while checking:
 
  Error encountered in the parameter declaration for Function CovertToText while checking:
 
  (X: text coerce text)
 
  (X: text coerce text)
 
  The data type for the parameter is specified twice.
 
  The data type for the parameter is specified twice.
 +
</pre>
  
= Cause  =
+
== Cause  ==
  
 
The data type qualifier for a [[User-Defined Functions|UDF]] is specified twice.
 
The data type qualifier for a [[User-Defined Functions|UDF]] is specified twice.
  
Please go to the following link for more information on [[Function_Parameter_Qualifiers#Parameter_qualifiers|function parameter qualifiers.]]
+
Please go to the following link for more information on [[Function_Parameter_Qualifiers#Data_Type_Qualifiers|data type parameter qualifiers.]]
  
= Remedies  =
+
== Remedies  ==
  
 
Remove the duplicate data type qualifier.
 
Remove the duplicate data type qualifier.
  
<br><comments />
+
==See Also==
 +
* [[User-Defined Functions]]
 +
* [[Function calls and parameters]]
 +
* [[Function Parameter Qualifiers]]

Latest revision as of 00:19, 25 March 2016


Error message examples

 Error encountered in the parameter declaration for Function CovertToText while checking:
 (X: text coerce text)
 The data type for the parameter is specified twice.

Cause

The data type qualifier for a UDF is specified twice.

Please go to the following link for more information on data type parameter qualifiers.

Remedies

Remove the duplicate data type qualifier.

See Also

Comments


You are not allowed to post comments.