Error codes
Detailed Description
Error codes returned by the WinProp API.
- Error messages
 - 
					
- WINPROP_ERROR_NULLPOINTER 1
 - Null pointer returned.
 
 - 
					
- WINPROP_ERROR_SCENARIODATAMISSING 2
 - Missing scenario data.
 
 - 
					
- WINPROP_ERROR_MEMORY 3
 - Memory related error.
 
 - 
					
- WINPROP_ERROR_LISTFULL 4
 - Number of predictions exceeded.
 
 - 
					
- WINPROP_ERROR_DATABASENAME 5
 - Error when reading/writing database.
 
 - 
					
- WINPROP_ERROR_PROJECTNOTFOUND 6
 - Project not found.
 
 - 
					
- WINPROP_ERROR_RESULTALLOCATION 7
 - Error during allocation of result matrix for point/trajectory mode results.
 
 - 
					
- WINPROP_ERROR_PREDICTION 8
 - Error during prediction based on measurements.
 
 - 
					
- WINPROP_ERROR_BUILDING 9
 - Error during indoor building initialisation.
 
 - 
					
- WINPROP_ERROR_VECTORDATABASE 10
 - Error during database conversion to the WinProp format.
 
 - 
					
- WINPROP_ERROR_NOTSUPPORTED 11
 - Operation not supported.
 
 - 
					
- WINPROP_ERROR_ERRORNOTFOUND 12
 - Error message not found.
 
 - 
					
- WINPROP_ERROR_LICENSENOTVALID 13
 - Invalid license.
 
 - 
					
- WINPROP_ERROR_ENGINEBUSY 14
 - Returned when an operation is attempted while prediction engine is busy in the middle of a computation.
 
 - 
					
- WINPROP_ERROR_NOTCALIBRATED 15
 - Calibration not yet done.
 
 - 
					
- WINPROP_ERROR_WRONGRECORDSIZE 16
 - Error when the size of calibration data or the calibration version is incorrect.
 
 - 
					
- WINPROP_ERROR_UNIT 17
 - Incorrect data type specified. See WinProp_Result::DataType.
 
 - 
					
- WINPROP_ERROR_WRITERESULT 18
 - Error when writing results.
 
 - 
					
- WINPROP_ERROR_VERSIONUNKNOWN 19
 - Error when determining the version or release date.
 
 - 
					
- WINPROP_ERROR_ANTENNAPATTERN 20
 - Error when the defined parameters of the antenna pattern (see WinProp_Pattern) are inconsistent.
 
 - 
					
- WINPROP_ERROR_FILTER 21
 - Error during filtering of results. This may be returned by WinProp_FilterResultPlanes or WinProp_FilterResult.
 
 - 
					
- WINPROP_ERROR_ANTENNATYPE 22
 - Unknown antenna type defined at WinProp_Antenna::Type.
 
 - 
					
- WINPROP_ERROR_CONVERTER 23
 - Error during database conversion. This may be returned by WinProp_Convert.
 
 - 
					
- WINPROP_ERROR_AUTOCAD_OPEN_FILE 24
 - Error when converting AutoCAD file formats (.dxf, .dwg) into WinProp's format.
 
 - 
					
- WINPROP_ERROR_TRANSMITTER_INSIDE_WALL 25
 - Transmitter is located inside a wall.
 
 - 
					
- WINPROP_ERROR_COMPUTE_RESULT 26
 - Error during network planning. This may be returned by WinProp_Net_Project_Compute.
 
 - 
					
- WINPROP_ERROR_INDEX_NOT_VALID 27
 - Error when adding a new MCS/transmission mode/service for network planning. This may be returned by WinProp_Net_TransmissionMode_Add.
 
 - 
					
- WINPROP_ERROR_TRANSMITTER_ALREADY_DEFINED 28
 - Transmitter duplicate found.
 
 - 
					
- WINPROP_ERROR_INTERNAL_ERROR 29
 - Internal error issued for an undefined state.
 
 - 
					
- WINPROP_ERROR_NOT_ENOUGH_DATA 30
 - Not enough measurement points defined at WinProp_Surveydata::NbrValues.
 
 - 
					
- WINPROP_ERROR_HEIGHT_NOT_PREPROCESSED 31
 - The user defined prediction height is not available in the list of pre-processed heights of a database.
 
 - 
					
- WINPROP_ERROR_RESOLUTION_NOT_PREPROCESSED 32
 - The user defined resolution does not match the available pre-processed resolution(s) in a database.
 
 - 
					
- WINPROP_ERROR_PREDICTION_PLANE_WRONG 33
 - Prediction plane is incorrectly defined.
 
 - 
					
- WINPROP_ERROR_FEATURE_NOT_LICENSED 34
 - The feature is not supported by the current license.
 
 - 
					
- WINPROP_ERROR_TRANSMITTER_OUTSIDE_TOPO 35
 - The transmitter is located outside the topography.
 
 - 
					
- WINPROP_ERROR_RECEIVER_OUTSIDE_TOPO 36
 - The receiver is located outside the topography.
 
 - 
					
- WINPROP_ERROR_VECTORS_OUTSIDE_TOPO 37
 - Walls in a database are located outside the topographical area.
 
 - 
					
- WINPROP_ERROR_TX_GROUP_NOT_IN_DATABASE 38
 - Transmitter not defined in the database.
 
 - 
					
- WINPROP_ERROR_TX_MOVING_NO_MEMORY 39
 - Insufficient memory to during transmitter initialisation in a database with moving objects.
 
 - 
					
- WINPROP_ERROR_TX_MOVING_BASED_ON_GROUP 40
 - Error during initialisation of a database with moving objects.
 
 - 
					
- WINPROP_ERROR_LICENSENOTSUPPORTED 41
 - License does not support the requested feature.
 
 - 
					
- WINPROP_ERROR_INVALID_ARGUMENT 42
 - Invalid argument defined.
 
 - 
					
- WINPROP_ERROR_READRESULT 43
 - Error while reading results.
 
 - 
					
- WINPROP_ERROR_ANTENNA 44
 - Error with the defined antenna parameters (see WinProp_Antenna).
 
 - 
					
- WINPROP_ERROR_WRONG_ANTENNA_PATTERN 45
 - Non-ffe antenna pattern for full polarimetric project.
 
 - 
					
- WINPROP_ERROR_TX_DYNAMIC_SET_NOT_DEFINED_FOR_STEP 46
 - Error for defined time variant sets for moving transmitter.
 
 - 
					
- WINPROP_ERROR_TX_MOVING_BASED_ON_TRAJECTORY 47
 - Error while creating dynamics for a moving transmitter along a trajectory.
 
 
 The documentation was generated from the following file: 
		- source/Interface/Errors.h