All errors codes for this API.
Enumerator |
---|
EW_NOT_IMPLEMENTED | Method not implemented.
|
EW_NO_ERROR | Success.
|
EW_UNDEFINED_ERROR | Undefined error.
|
EW_BAD_INPUTS | The functions parameters are invalid.
|
EW_FILE_NOT_FOUND | File not found.
|
EW_INVALID_FILE | Invalid file
|
EW_CAN_NOT_WRITE | Cannot write in output (file, folder, network,etc...)
|
EW_DATABASE_CONNECTION_ERROR | Cannot connect to a database.
|
EW_DATABASE_CREATION_ERROR | Cannot create database.
|
EW_DOES_NOT_EXIST_ERROR | Doesn't exist.
|
EW_INVALID_OBJECT | Object invalid or not initialized.
|
EW_INVALID_CALL | Impossible to call this method.
|
EW_CANNOT_COPY_FILE | Cannot copy file.
|
EW_CANNOT_CREATE_FILE | Cannot create a new file.
|
EW_OBJECT_ALREADY_INSERTED | This object has already been inserted.
|
EW_INSERTION_FAILED | Insertion of object failed see Query log for more details.
|
EW_OBJECT_ALREADY_EXISTS | This already exists.
|
EW_INVALID_NAME | Invalid name, can be empty or containing invalid characters.
|
EW_FOLDER_ISNOT_EMPTY | Destination folder is not empty but it must empty.
|
EW_INVALID_CONNECTIONTYPE | Database connection type is invalid to execute this operation.
|
EW_NO_ACTIVEPROJECT | No active project.
|
EW_PROJECT_NOTOPENED | Project not opened.
|
EW_OUT_OF_MEMORY | Allocating too much memory.
|
EW_OBJECT_NOT_FOUND | Cannot find this object.
|
EW_CANNOT_CONNECT | Cannot connect to database, collaborative server or user rights.
|
EW_INVALID_ID | ID not found.
|
EW_OUT_OF_SCOPE | The Number of the user data is out of the scope of the user data of the object (usually between 0 and 20)
|
EW_API_NOT_SUPPORTED | API not supported for this application.
|
EW_CANNOT_OPEN_PROJECT | Cannot open project.
|
EW_CANNOT_CLOSE_PROJECT | Cannot close project.
|
EW_OPERATION_CANCELED | The operation, dialog, etc...
has been canceled
|
EW_NO_IMPORT_LIBRARY_EXIST | The Library object is not found.
|
EW_CANNOT_INITIALIZE | The CAD Engine is not initialized or application is in Beta.
|
EW_CANNOT_CONNECT_PARSER | The Parser Engine is not registered.
|
EW_MACROFILTERS_NOT_INITIALIZED | Before show the Macro selector Dialog, macro filters must be initialized.
|
EW_INVALID_INDEX | The index of the array in not valid, bigger than size.
|
EW_CANNOT_REMOVE | Cannot remove an object, look at description of object for details.
|
EW_FILE_FROM_HIGHER_VERSION | Version in archive is higher than you can open with your software.
|
EW_FOLDER_NOT_FOUND | Folder not found.
|
EW_NO_ENVIRONMENT_AVAILABLE | Environment not available.
|
EW_INVALID_LICENSE | The licence number is not a valid licence.
|
EW_LICENSE_WITHOUT_API_OPTION | The license doesn't have option to run API.
|
EW_ERROR_WINDCHILL_LICENSE | An error with windchill license occured, can be no license, expired license, license doesn't have wind chill option, all licenses are used.
|
EW_NO_PROJECT_OPENED_BY_SOMEONE_ELSE | Project opened by someone else from another computer.
Use collaborative server to identify who is using it.
|
EW_CANNOT_DROP_DATABASE | SQL Database cannot be deleted.
|
EW_CANNOT_DELETE_FOLDER | Folder cannot be deleted.
|
EW_PROJECT_OPENED | Project is opened.
- Since
- 2019
|
EW_INVALID_RIGHT | If the current user does not have the good right to use feature.
- Since
- 2020 SP0
|
EW_ALREADY_OPEN | If the current object is already open by another.
- Since
- 2019 SP2
|
EW_CANNOT_OPEN | Cannot open file, ...
|
EW_CANNOT_CLOSE | Cannot close files, ...
|
EW_INVALID_USER | If the user rights management found an invalid login/passord.
- Since
- 2020 SP0
|
EW_NO_DATA | If they are no data in the zip, object, ...
- Since
- 2020 SP0
|
EW_NO_WRITE_PERMISSION | If the user have not the write permission.
- Since
- 2020 SP1
|