Skip to main content
Version: v0.0.9

Type Alias: ResponseDisposition

ResponseDisposition = "success" | "error" | "verify"

How a SCRIPT response transaction dispositions the message it answers: success (a <Status>), error (an <Error>), or verify (a <Verify>). Derived purely from the response body kind so that an Error can never be read as a success.