Function ucdMessage( ucd )
- Description:
-
Returns a human-readable message associated with the parsing of a UCD.
This is expected to be empty for a fully compliant UCD,
and may contain error messages or advice otherwise.
- Parameters:
-
- ucd (String)
- UCD value
- Return Value (String):
- message text
- Signature:
- String ucdMessage(String)