Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DescriptionThe total number of documents that have passed through all of the Snap's error views.
Syntax


Code Block
snap.error.totalCount


Example

Expression: snap.error.totalCount

Result: The number of error documents

original.load()

DescriptionLoads the original message (document) coming to the feedmaster when using an Ultra pipeline. This expression is usable only in Snaps inside an Ultra pipeline.
Syntax


Code Block
snap.original.load()


Example

Expressionsnap.original.load()

Result: The original content of the document, along with the entire request sent to the feedmaster.

original.id

DescriptionThe unique ID associated with the message (document) coming into the Ultra pipeline. This expression is usable only in Snaps inside an Ultra pipeline.
Syntax


Code Block
snap.original.id


Example

Expressionsnap.original.load()

Result: Unique ID of the message of type String.