|
Scenario
|
Error Message
|
|---|---|
|
You create a version dependency for a package with the operator >, but there is no package installed.
|
Version dependency check failed for package "TestPackage123". Dependency value is expected to be > [1.0.0.0].
|
|
Scenario
|
Error Message
|
|---|---|
|
You create a dependency with the property XYZ, but the property XYZ does not exist on the Thing.
|
Property Dependency check failed for property "ModelProperty". Property does not exist.
|
|
You create a dependency with a string property and the operator <.
|
Property dependency check failed for property "ModelProperty". Operator < cannot be applied on property of type STRING.
|
|
The value on the Thing and the value in the dependency do not satisfy the operator <.
The condition checks that the value on the Thing is smaller than the value in the dependency, and that condition is not fulfilled.
For example, the dependency value is expected to be < 2.0, but the Thing value is 3.0.
|
Property dependency check failed for property "My_InMemory_Number".
|
|
The value type in the dependency and on the Thing are different.
|
Property dependency check failed for property "ModelProperty". Value [STRING] is incompatible with asset property type NUMBER.
|
|
Error Code
|
Description
|
|---|---|
|
ec = -2
|
The error code returned by the agent is unknown
|
|
ec = -1
|
No error
|
|
ec = 0
|
Failed
|
|
ec = 1
|
Version
|
|
ec = 2
|
Bad XML format
|
|
ec = 3
|
Unknown SOAP method
|
|
ec = 4
|
Unsupported function
|
|
ec = 5
|
Data item not found
|
|
ec = 6
|
Registry name not found
|
|
ec = 7
|
Registry file read error
|
|
ec = 8
|
Invalid dependency expression
|
|
ec = 9
|
No files found
|
|
ec = 10
|
Some files not found
|
|
ec = 11
|
Downloaded file could not be executed
|
|
ec = 12
|
Archive error
|
|
ec = 13
|
Read error
|
|
ec = 14
|
HTTP status error
|
|
ec = 15
|
Checksum error
|
|
ec = 16
|
Connection failure
|
|
ec = 17
|
Socks failure
|
|
ec = 18
|
HTTP failure
|
|
ec = 19
|
SSL failure
|
|
ec = 20
|
Agent shutdown
|
|
ec = 21
|
Download checksum incorrect
|
|
ec = 22
|
The upload could not be continued; the file no longer exists
|
|
ec = 23
|
Specified directory was invalid
|
|
ec = 24
|
An attempt was made to restart an asset behind a gateway
|
|
ec = 25
|
The SOAP method returned an error
|
|
ec = 26
|
Multi-file transfer without compression is requested
|
|
sc = 5
|
The package execution timed out on the asset side. Please check the asset’s logs.
|
|
sc = 11
|
The dependency check failed on the asset side. Please re-check the package dependencies.
|
|
sc = 14
|
The asset denied package execution. Please check the asset policies.
|