Difference between revisions of "Error Messages/40317"
AManandhar (talk | contribs) (→Cause) |
|||
Line 1: | Line 1: | ||
− | + | [[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. | ||
Line 11: | Line 15: | ||
Please go to the following link for more information on [[Function_Parameter_Qualifiers#Data_Type_Qualifiers|data type 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. | ||
− | + | ==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
Enable comment auto-refresher