Skip to main content

MoveViewResult

MoveViewResult Objects

@dataclass
class MoveViewResult()

The result of executing a Move View Function.

Execution errors are captured in the error field, in which case the results field will be None. On success, the results field will contain the return values of the Move view function, and the error field will be None.