
Go to the documentation of this file.
4 #ifndef _SQERRORCODES_H_
5 #define _SQERRORCODES_H_
125 #define SQ_SUCCEEDED(x) (x == SQ_E_OK)
130 #define SQ_FAILED(x) (x != SQ_E_OK)
@ SQ_E_INVALIDBLMHANDLE
Definition: SQErrorCodes.h:68
@ SQ_E_MUSTBECLASSORDAMODEL
Definition: SQErrorCodes.h:48
@ SQ_E_MODELNOTFITTED
Definition: SQErrorCodes.h:45
@ SQ_E_OLDSPECTRALPROJECT_NOTSUPPORTED
Definition: SQErrorCodes.h:113
@ SQ_E_EXCEPTION
Definition: SQErrorCodes.h:29
@ SQ_E_NOTACLASSMODEL
Definition: SQErrorCodes.h:96
@ SQ_E_FILEREADER_INVALIDPROCADDRESS
Definition: SQErrorCodes.h:81
@ SQ_E_INVALIDVERSION
Definition: SQErrorCodes.h:35
@ SQ_E_OK
Definition: SQErrorCodes.h:28
@ SQ_E_NAMESNOTUNIQUE
Definition: SQErrorCodes.h:89
@ SQ_E_COULDNOTCLOSEPROJECT
Definition: SQErrorCodes.h:32
@ SQ_E_INVALIDDATASETNUMBER
Definition: SQErrorCodes.h:88
@ SQ_E_INVALIDINPARAMETER
Definition: SQErrorCodes.h:36
@ SQ_E_INVALIDARRAYSIZE
Definition: SQErrorCodes.h:76
@ SQ_E_INVALIDBATCHINDEX
Definition: SQErrorCodes.h:69
@ SQ_E_OUTOFMEMORY
Definition: SQErrorCodes.h:44
@ SQ_E_INVALIDINDEX
Definition: SQErrorCodes.h:57
@ SQ_E_NOTASPECTRADATASET
Definition: SQErrorCodes.h:52
@ SQ_E_INVALIDBATCHPROJECTHANDLE
Definition: SQErrorCodes.h:65
@ SQ_E_INVALIDCCHANDLE
Definition: SQErrorCodes.h:39
@ SQ_E_OPLSNOTSUPPORTED
Definition: SQErrorCodes.h:100
@ SQ_E_INVALIDPROJECTHANDLE
Definition: SQErrorCodes.h:30
@ SQ_E_NOTAQUALITATIVEVARIABLE
Definition: SQErrorCodes.h:51
@ SQ_E_INVALIDARRAYTYPE
Definition: SQErrorCodes.h:77
@ SQ_E_NOTENOUGHOBSERVATIONS
Definition: SQErrorCodes.h:111
@ SQ_E_INVALIDPHASEINDEX
Definition: SQErrorCodes.h:70
@ SQ_E_NOCLASSESDEFINED
Definition: SQErrorCodes.h:97
@ SQ_E_INVALIDMODELHANDLE
Definition: SQErrorCodes.h:37
@ SQ_E_PROJECTNOTENCRYPTED
Definition: SQErrorCodes.h:84
@ SQ_E_INVALIDPASSWORD
Definition: SQErrorCodes.h:34
@ SQ_E_INVALIDPRODUCT
Definition: SQErrorCodes.h:64
@ SQ_E_NOTENOUGHYVARIABLES
Definition: SQErrorCodes.h:110
@ SQ_E_INVALIDDIMENSIONS
Definition: SQErrorCodes.h:75
@ SQ_E_OEMPASSWORDINCORRECT
Definition: SQErrorCodes.h:60
@ SQ_E_DATASETEMPTY
Definition: SQErrorCodes.h:74
@ SQ_E_MODELNOTFOUND
Definition: SQErrorCodes.h:42
@ SQ_E_COULDNOTOPENPROJECT
Definition: SQErrorCodes.h:31
@ SQ_E_ONLYLASTCOMPONENT
Definition: SQErrorCodes.h:56
@ SQ_E_NOXCOMPONENTS
Definition: SQErrorCodes.h:62
@ SQ_E_MODELISFITTED
Definition: SQErrorCodes.h:104
@ SQ_E_FILEREADER_INVALIDHANDLE
Definition: SQErrorCodes.h:80
@ SQ_E_FILEDOESNOTEXIST
Definition: SQErrorCodes.h:33
@ SQ_E_RUSPNOTALLOWED
Definition: SQErrorCodes.h:41
@ SQ_E_PROJECT_COULDNOTSAVE
Definition: SQErrorCodes.h:92
@ SQ_E_COMPONENTZERONOTALLOWED
Definition: SQErrorCodes.h:53
@ SQ_E_MUSTBEBEM
Definition: SQErrorCodes.h:71
@ SQ_E_PROJECTALREADYENCRYPTED
Definition: SQErrorCodes.h:85
@ SQ_E_NOCOMPONENTS
Definition: SQErrorCodes.h:102
@ SQ_E_INVALIDIDINDEX
Definition: SQErrorCodes.h:40
@ SQ_E_MUSTBEBLM
Definition: SQErrorCodes.h:114
@ SQ_E_CANNOTSETMODELTYPE
Definition: SQErrorCodes.h:105
@ SQ_E_IMPORT_INVALIDHANDLE
Definition: SQErrorCodes.h:91
@ SQ_E_INVALIDDATASETHANDLE
Definition: SQErrorCodes.h:38
@ SQ_E_DATASETNOTFOUND
Definition: SQErrorCodes.h:50
@ SQ_E_DATASET_COULDNOTCREATE
Definition: SQErrorCodes.h:93
@ SQ_E_ONLYLASTCOMPONENTORZERO
Definition: SQErrorCodes.h:55
@ SQ_E_NOTENOUGHXVARIABLES
Definition: SQErrorCodes.h:109
@ SQ_E_ACTIVATIONCODEINCORRECT
Definition: SQErrorCodes.h:61
enum SQ_ErrorCodeEnum SQ_ErrorCode
@ SQ_E_LICENSEFILENOTVALID
Definition: SQErrorCodes.h:59
@ SQ_E_INCORRECTFILTERTYPE
Definition: SQErrorCodes.h:107
@ SQ_E_FILEREADER_LOADFILEERROR
Definition: SQErrorCodes.h:82
@ SQ_E_NOYCOMPONENTS
Definition: SQErrorCodes.h:63
@ SQ_E_MUSTBEPREDICTIVEMODEL
Definition: SQErrorCodes.h:46
@ SQ_E_INVALIDBEMHANDLE
Definition: SQErrorCodes.h:67
@ SQ_E_MUSTBEOPLSMODEL
Definition: SQErrorCodes.h:49
@ SQ_E_COULDNOTENCRYPTPROJECT
Definition: SQErrorCodes.h:86
SQ_ErrorCode SQ_GetErrorDescription(SQ_ErrorCode eCode, char *szErrorString, int iBufferLen)
@ SQ_E_INVALIDBATCHMODELHANDLE
Definition: SQErrorCodes.h:66
@ SQ_E_INVALIDARRAYINDEX
Definition: SQErrorCodes.h:78
@ SQ_E_INVALIDHANDLE
Definition: SQErrorCodes.h:43
@ SQ_E_ONLYOPLSSUPPORTED
Definition: SQErrorCodes.h:101
@ SQ_E_LICESERESTRICTIONS
Definition: SQErrorCodes.h:94
SQ_ErrorCode SQ_GetLastError(char *szErrorString, int iBufferLen)
@ SQ_E_NOVALIDCOMPONENTSFOUND
Definition: SQErrorCodes.h:73
@ SQ_E_NOMORECOMPONENTSAVAILABLE
Definition: SQErrorCodes.h:99
SQ_ErrorCodeEnum
Definition: SQErrorCodes.h:26
@ SQ_E_ONLY_WHEN_INITIALIZING
Definition: SQErrorCodes.h:116
@ SQ_E_MUSTBEPCAMODEL
Definition: SQErrorCodes.h:47
@ SQ_E_INVALIDCOMPONENTNUMBER
Definition: SQErrorCodes.h:54
Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen