Interface: ScriptResponseInput
Input to buildScriptResponse: the response kind, its code, and optional detail.
Properties
code
readonlycode:string
The primary response <Code>; required (a response must carry one).
description?
readonlyoptionaldescription?:string
descriptionCode?
readonlyoptionaldescriptionCode?:string
header?
readonlyoptionalheader?:ScriptHeaderInput
kind
readonlykind:ResponseKind
Which response transaction to build.