Error Identification and Handling

When managing a system built with the X-UP service, errors may occur when calling an X-UP service. These errors can be categorized as either issues within the developed X-UP model itself or environmental system errors. To quickly identify the root cause, check the contents of the xup.log file.

The xup.log file records logs based on the log level configured by the user.

X-UP Error Message Specification


ErrorCode : Returns 0 on success and -1 on failure.

If a user-defined error code parameter exists, its corresponding value will be used.


ErrorMsg

Target : [domain:model]

System Error code : [X-UP error code]

Message : Exception Message .

The key point when checking for errors is the System Error Code and Message included in the 'ErrorMsg'. Use the following information to troubleshoot errors.