End Code 92
Error in loading of user exit program The user exit program "%s" could not be loaded.
- 1:
-
(The reason for the failure will be shown.)
- Description:
-
Failed to load a user exit program.
- Action to take:
-
Make sure that the path is correct.
Make sure that the specified file is appropriated for a shared library.
- 2:
-
(No message detail)
- Description:
-
Failed to load the initialization function of the user exit program.
- Action to take:
-
Make sure that ed_userexit_init is implemented.
- 3:
-
(No message detail)
- Description:
-
Failed to load the main function of the user exit program.
- Action to take:
-
Make sure that ed_userexit_main is implemented.
- 4:
-
(No message detail)
- Description:
-
Failed to load the finalizing function of the user exit program.
- Action to take:
-
Make sure that ed_userexit_end is implemented.