Return Codes

Errors

CodeNameMessageC++Python
101PathNotFoundThe file path does not exist.
102UnreadableFileThe file was not readable.
201MalformedJSONThe trigger(s) definition has malformed JSON
202InvalidSCQLSyntaxThe trigger(s) definition is valid JSON but one of the triggers has invalid SCQL.
203UnsupportedSCQLVersionThe provided version in the trigger is unsupported in this version of the SDK.
204InvalidTypeThe trigger definition is an invalid input type.
301InvalidTriggerIDThe provided trigger ID is invalid.
302IncompleteTriggerStateA required field to evaluate the trigger is missing.
303InvalidTriggerStateA required field has the wrong type or is invalid.
304InvalidTypeThe type provided for this object did not match the declared type.
305FieldNotFoundThe provided field has not been declared.
306FieldNotSetThe provided field has been declared, but not set.
307InvalidAutotagDimsThe autotag could not be evaluated because of a dimension mismatch.
308InvalidAutotagId"The provided autotag ID is invalid."
401APIKeyRequiredAPI key is required to fetch device and trigger information
402DeviceNotRegisteredDevice not registered on Smart Capture
501NotImplementedThis feature is not implemented.

Overview

  • 1xx Codes: File read errors
  • 2xx Codes: File loading errors
  • 3xx Codes: Trigger and Field Definition Errors
  • 4xx: Client instantiation Errors

Warning

CodeNameMessageC++Python
1001TriggerNotEvaluatedThe trigger was not evaluated because it was last fired within the sample frequency.

Info

NameMessageC++Python
TriggersLoadedLoaded {int} triggers.

Did this page help you?