Values.AppBlockBuilderStateChangeReasonSourceDescribes the reason why the last app block builder state change occurred.
type nonrec t = {code : AppBlockBuilderStateChangeReasonCode.t option;The state change reason code.
*)message : String_.t option;The state change reason message.
*)}