Skip to main content

21 docs tagged with "LOC"

View all tags

Docs for LOC SDK for JS/TS

This is the docs for FST Network's LOC Logic SDK for JavaScript and TypeScript, a helper package and client interface for JS/TS logic.

Logic Context - JS/TS

A logic context object would be passed to LOC logic during execution, which contains the following important data:

Logic Error - JS/TS

If an unhandled error had been thrown in the task, an error object would be passed to the logic and all subsequential ones. The object is called a Railway Error.

Payload Introduction - JS/TS

A payload in logic is a object containing metadata and incoming data from a LOC trigger (for example, an API route).