\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET
enum  MissingPropertyReason { DataFileUpgradeRequired, PropertyExculdedFromEngineConfiguration, Unknown }
The reason a property is not populated by an engine. More...

Enumeration Type Documentation

◆ AutoUpdateStatus

Enumerator

AUTO_UPDATE_SUCCESS 

Update completed successfully.

AUTO_UPDATE_HTTPS_ERR 

HTTPS connection could not be established.

AUTO_UPDATE_NOT_NEEDED 

No need to perform update.

AUTO_UPDATE_IN_PROGRESS 

Update currently under way.

AUTO_UPDATE_MASTER_FILE_CANT_RENAME 

Path to master file is directory not file

AUTO_UPDATE_ERR_429_TOO_MANY_ATTEMPTS 

51Degrees server responded with 429: too many attempts.

///

AUTO_UPDATE_ERR_403_FORBIDDEN 

51Degrees server responded with 403 meaning key is blacklisted.

AUTO_UPDATE_ERR_READING_STREAM 

Used when IO oerations with input or output stream failed.

AUTO_UPDATE_ERR_MD5_VALIDATION_FAILED 

MD5 validation failed

AUTO_UPDATE_NEW_FILE_CANT_RENAME 

The new data file can't be renamed to replace the previous one.

AUTO_UPDATE_REFRESH_FAILED 

Refreshing the engine with the new data caused an error to occur.

AUTO_UPDATE_NO_CONFIGURATION 

There was no data file configuration matching the specified identifier.

AUTO_UPDATE_UNKNOWN_ERROR 

There was an error while checking for an update that was not anticipated by the developers of this service.

On This Page