Tech Tip: Design Object Access error codes
PRODUCT: 4D | VERSION: 13.0 | PLATFORM: Mac & Win
Published On: March 23, 2012
In 4D v13, the new Design Object Access commands provide the ability to access the contents of methods when running in interpreted mode. In addition to the commands, there are also some new error codes that have been added:
Error Code | Description |
9761 | Invalid object type |
9762 | The command cannot be executed in a compiled database |
9763 | The command cannot be executed in a component |
9764 | The comment is currently edited |
9765 | One or more comments are currently edited |
9766 | The method is currently edited |
9767 | Cannot update methods. One or more resources are locked. |
9768 | Invalid object path: {path} |
9769 | Invalid method property: {path} |
9770 | Unable to read method property: {path} |
9771 | Unable to write method property: {path} |
9772 | Unable to read method comments: {path} |
9773 | Unable to write method comments: {path} |
9774 | Unable to read method code: {path} |
9775 | Unable to write method code: {path} |
9776 | Unable to create method: {path} |
9777 | The method language does not match the application localization: {path} |