Error Codes
The following errors are currently defined.
FS_NO_ERROR
- 0 (0x0)
- No error has been occured.
(The operation completed successfully.)
FS_OUT_OF_MEMORY
- -1 (0xFFFFFFFF)
- Not enough memory left to process this command.
FS_INVALID_OPERATION
- -2 (0xFFFFFFFE)
- The specified operation is not allowed in the current state.
FS_LICENSE_EXPIRED
- -3 (0xFFFFFFFD)
- The license has been expired or not found.
FS_LICENSE_UNKNOWN
- -4 (0xFFFFFFFC)
- An unknown error occured while verifying license.
FS_INVALID_ENUM
- -100 (0xFFFFFF9C)
- The specified enumerated argument is unacceptable.
FS_INVALID_VALUE
- -101 (0xFFFFFF9B)
- A numeric argument is out of range.
FS_NOT_FOUND
- -200 (0xFFFFFF38)
- FindSurface cannot find specific feature.
FS_UNACCEPTABLE_RESULT
- -201 (0xFFFFFF37)
- FindSurface found some feature, but result is not acceptable.