INT %XML_GetLastErrorCode()
Error code | Description |
0 | No error. |
-1 | Invalid handle. |
-2 | Error when opening the document. |
-3 | Error when saving the document. |
-4 | Invalid index in list. |
-5 | Handle to object required. |
-6 | Handle to element required. |
-7 | Handle to document or element required. |
-8 | Document does not satisfy the validation. |
-9 | Unknown/indefinite error. |
-10 | Error during XML action. |
-11 | Other XML Import transaction is being processed. |
INT _errorCode _errorCode := %XML_GetLastErrorCode()
Pridať komentár