Signature
Interface TimelineCommandResultType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
Value | None | void | Optional successful command payload. |
Properties
| Name | Signature | Description |
|---|---|---|
cause? | cause?: Error | Original error that caused the failure, when available. |
message? | message?: string | Optional human-readable failure detail for product UI and diagnostics. |
ok | ok: boolean | Whether the command was applied. |
reason? | reason?: TimelineCommandFailureReason | Reason the command was not applied. |
value? | value?: Value | Optional successful command payload. |