Error Messages Relating to External Functions
| Code | 159300 |
| Severity | Error |
| Message | Illegal type specified in foreign call. |
| Description | No additional information available. |
| Code | 159301 |
| Severity | Error |
| Message | External Function {0} is not defined. |
| Description | No additional information available. |
| Code | 159302 |
| Severity | Error |
| Message | Call to foreign function in library '{0}', function '{1}': {2} |
| Description | No additional information available. |
| Code | 159303 |
| Severity | Error |
| Message | Could not find class {0}; classpath is set to {1}. |
| Description | No additional information available. |
| Code | 159304 |
| Severity | Error |
| Message | Could not find {0}.{1}. |
| Description | No additional information available. |
| Code | 159305 |
| Severity | Error |
| Message | parameter {0}: {1} |
| Description | No additional information available. |
| Code | 159306 |
| Severity | Debug |
| Message | joined _fileloader: {0} |
| Description | No additional information available. |
| Code | 159307 |
| Severity | Error |
| Message | Could not find <Library> in the file '{0}'. |
| Description | No additional information available. |
| Code | 159308 |
| Severity | Error |
| Message | Unsupported library type '{0}' in file '{1}'. |
| Description | No additional information available. |
| Code | 159309 |
| Severity | Error |
| Message | Could not open shared library. |
| Description | No additional information available. |
| Code | 159310 |
| Severity | Error |
| Message | Could not find function in shared library. |
| Description | No additional information available. |
| Code | 159311 |
| Severity | Error |
| Message | The number of references to external functions exceeds the maximum limit of 64 |
| Description | No additional information available. |
| Code | 159312 |
| Severity | Error |
| Message | The number of arguments to external function '{0}' does not match the signature. |
| Description | No additional information available. |
| Code | 159313 |
| Severity | Error |
| Message | Incompatible type for argument {1} in call to external function '{0}'. '{2}' not compatible with '{3}' |
| Description | No additional information available. |
| Code | 159314 |
| Severity | Error |
| Message | Call to undefined external function '{0}'. |
| Description | No additional information available. |
| Code | 159315 |
| Severity | Error |
| Message | Unsupported external library language {0} specified. |
| Description | No additional information available. |
| Code | 159316 |
| Severity | Error |
| Message | The value component in a foreign Java call must have three parts separated by ':' |
| Description | No additional information available. |
| Code | 159317 |
| Severity | Error |
| Message | Could not get 'user' parameter. |
| Description | No additional information available. |
| Code | 159318 |
| Severity | Error |
| Message | Could not get 'password' parameter. |
| Description | No additional information available. |
| Code | 159319 |
| Severity | Error |
| Message | Could not find the function '{0}' in library '{1}' for '{2}': {3}. |
| Description | No additional information available. |
| Code | 159320 |
| Severity | Error |
| Message | Multiple external libraries have been defined with the name {0}. |
| Description | The library names (and object names) have to be unique. |
| Code | 159321 |
| Severity | Error |
| Message | Function {1} has been defined multiple times in the external library definition {0} |
| Description | No additional information available. |
| Code | 159322 |
| Severity | Error |
| Message | Unsupported data type {2} specified in function {1} of external JAVA library {0} definition. |
| Description | Supported types for JAVA external libraries are Integer, Long, Float, Double, and String. |